[oe-commits] [openembedded-core] 48/51: python.inc: set CVE_PRODUCT to python

git at git.openembedded.org git at git.openembedded.org
Sun Jan 7 17:11:57 UTC 2018


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

rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit 166ba306f2e7e18ad69e355c160739cb67814236
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Mon Dec 18 15:50:49 2017 +0200

    python.inc: set CVE_PRODUCT to python
    
    All python versions are just python in NVD like this CVE
    for python 3.4.4:
    
    https://nvd.nist.gov/vuln/detail/CVE-2016-5699
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 848e1be494e8ea10c729f95f02acb366e1843d75)
    Signed-off-by: Ruslan Ruslichenko <rruslich at cisco.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-devtools/python/python.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc
index 79a431c..a8c48e8 100644
--- a/meta/recipes-devtools/python/python.inc
+++ b/meta/recipes-devtools/python/python.inc
@@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "d7837121dd5652a05fef807c361909d255d173280c4e1a4ded94d73d80
 # also, exclude pre-releases for both python 2.x and 3.x
 UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>2(\.\d+)+).tar"
 
+CVE_PRODUCT = "python"
+
 PYTHON_MAJMIN = "2.7"
 
 inherit autotools

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


More information about the Openembedded-commits mailing list