aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkshay Bhat <akshay.bhat@timesys.com>2019-05-01 16:32:18 -0400
committerArmin Kuster <akuster808@gmail.com>2019-05-23 07:03:43 -0700
commit8075d19aec7232da767dbc5d424fff87685c7084 (patch)
treec6ae5fe8c99c3f756c3b2b29182ca0dbaf372565
parent44262a8cd5b82141654566e71ae96688bc7772f8 (diff)
downloadmeta-python2-8075d19aec7232da767dbc5d424fff87685c7084.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 (From meta-openembedded commit: 2324a67cfc5a2fd7691993be8499df409669a193) Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-requests.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-requests.inc b/recipes-devtools/python/python-requests.inc
index e6337cb..53504d0 100644
--- a/recipes-devtools/python/python-requests.inc
+++ b/recipes-devtools/python/python-requests.inc
@@ -23,4 +23,6 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-idna \
"
+CVE_PRODUCT = "requests"
+
BBCLASSEXTEND = "native nativesdk"