summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.7.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.7.6.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.7.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.7.6.bb b/meta/recipes-devtools/python/python3_3.7.6.bb
index af201d7f8f..8a03260f3f 100644
--- a/meta/recipes-devtools/python/python3_3.7.6.bb
+++ b/meta/recipes-devtools/python/python3_3.7.6.bb
@@ -47,6 +47,9 @@ UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
47 47
48CVE_PRODUCT = "python" 48CVE_PRODUCT = "python"
49 49
50# This is not exploitable when glibc has CVE-2016-10739 fixed.
51CVE_CHECK_WHITELIST += "CVE-2019-18348"
52
50PYTHON_MAJMIN = "3.7" 53PYTHON_MAJMIN = "3.7"
51PYTHON_BINABI = "${PYTHON_MAJMIN}m" 54PYTHON_BINABI = "${PYTHON_MAJMIN}m"
52 55