aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python.inc')
-rw-r--r--recipes-devtools/python/python.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-devtools/python/python.inc b/recipes-devtools/python/python.inc
index 7325f8c..c65199d 100644
--- a/recipes-devtools/python/python.inc
+++ b/recipes-devtools/python/python.inc
@@ -1,6 +1,6 @@
SUMMARY = "The Python Programming Language"
HOMEPAGE = "http://www.python.org"
-LICENSE = "PSFv2"
+LICENSE = "PSF-2.0"
SECTION = "devel/python"
# bump this on every change in contrib/python/generate-manifest-2.7.py
INC_PR = "r1"
@@ -22,16 +22,16 @@ CVE_PRODUCT = "python"
# Upstream agreement is that these are not security issues:
# https://bugs.python.org/issue32367
-CVE_CHECK_WHITELIST += "CVE-2017-17522"
+CVE_CHECK_IGNORE += "CVE-2017-17522"
# https://bugs.python.org/issue32056
-CVE_CHECK_WHITELIST += "CVE-2017-18207"
+CVE_CHECK_IGNORE += "CVE-2017-18207"
# Windows-only, "It was determined that this is a longtime behavior
# of Python that cannot really be altered at this point."
-CVE_CHECK_WHITELIST += "CVE-2015-5652"
+CVE_CHECK_IGNORE += "CVE-2015-5652"
# This is not exploitable when glibc has CVE-2016-10739 fixed.
-CVE_CHECK_WHITELIST += "CVE-2019-18348"
+CVE_CHECK_IGNORE += "CVE-2019-18348"
PYTHON_MAJMIN = "2.7"