aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAkshay Bhat <akshay.bhat@timesys.com>2019-05-01 16:32:18 -0400
committerKhem Raj <raj.khem@gmail.com>2019-05-03 10:04:45 -0700
commitd9c9823b55878c2d16f1fc1cf12ce41625ad5ca8 (patch)
tree47c20020e351e9e7afee010196b545a107da9fa0 /meta-python
parentd8f43f1498070382b83885857e75c1b73e7b606a (diff)
downloadmeta-openembedded-contrib-d9c9823b55878c2d16f1fc1cf12ce41625ad5ca8.tar.gz
python-requests: Set CVE_PRODUCT
requests is used in NVD for CVE's like: https://nvd.nist.gov/vuln/detail/CVE-2018-18074 Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-requests.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc
index e6337cb329..53504d0b30 100644
--- a/meta-python/recipes-devtools/python/python-requests.inc
+++ b/meta-python/recipes-devtools/python/python-requests.inc
@@ -23,4 +23,6 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-idna \
"
+CVE_PRODUCT = "requests"
+
BBCLASSEXTEND = "native nativesdk"