[oe-commits] [meta-openembedded] 16/34: python-requests: Set CVE_PRODUCT

git at git.openembedded.org git at git.openembedded.org
Sat May 25 14:12:59 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch warrior-next
in repository meta-openembedded.

commit d0ff0867436a8180ec069c5c6bcb4e9902513126
Author: Akshay Bhat <akshay.bhat at timesys.com>
AuthorDate: Wed May 1 16:32:18 2019 -0400

    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 at timesys.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-requests.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc
index e6337cb..53504d0 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list