[oe-commits] [meta-openembedded] 12/14: python-requests: Set CVE_PRODUCT

git at git.openembedded.org git at git.openembedded.org
Thu May 2 03:08:58 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 985f72c9deda012f19de0da4043f52a6bbe51c38
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>
---
 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