[oe-commits] [meta-openembedded] 14/34: python-urllib3: Set CVE_PRODUCT

git at git.openembedded.org git at git.openembedded.org
Sat May 25 14:12:57 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 86d4b455a3989ec0b22717e4ca696c849d5fbdc8
Author: Akshay Bhat <akshay.bhat at timesys.com>
AuthorDate: Wed May 1 15:19:04 2019 -0400

    python-urllib3: Set CVE_PRODUCT
    
    urllib3 is used in NVD for CVE's like:
    
    https://nvd.nist.gov/vuln/detail/CVE-2016-9015
    
    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-urllib3.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-urllib3.inc b/meta-python/recipes-devtools/python/python-urllib3.inc
index 288ed8b..34f1478 100644
--- a/meta-python/recipes-devtools/python/python-urllib3.inc
+++ b/meta-python/recipes-devtools/python/python-urllib3.inc
@@ -16,4 +16,6 @@ RDEPENDS_${PN} += "\
     ${PYTHON_PN}-threading \
 "
 
+CVE_PRODUCT = "urllib3"
+
 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