summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.10.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.10.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.10.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.2.bb b/meta/recipes-devtools/python/python3_3.10.2.bb
index d07bb017ea..429839b622 100644
--- a/meta/recipes-devtools/python/python3_3.10.2.bb
+++ b/meta/recipes-devtools/python/python3_3.10.2.bb
@@ -49,12 +49,12 @@ UPSTREAM_CHECK_URI = "https://www.python.org/downloads/source/"
49CVE_PRODUCT = "python" 49CVE_PRODUCT = "python"
50 50
51# Upstream consider this expected behaviour 51# Upstream consider this expected behaviour
52CVE_CHECK_WHITELIST += "CVE-2007-4559" 52CVE_CHECK_IGNORE += "CVE-2007-4559"
53# This is not exploitable when glibc has CVE-2016-10739 fixed. 53# This is not exploitable when glibc has CVE-2016-10739 fixed.
54CVE_CHECK_WHITELIST += "CVE-2019-18348" 54CVE_CHECK_IGNORE += "CVE-2019-18348"
55 55
56# This is windows only issue. 56# This is windows only issue.
57CVE_CHECK_WHITELIST += "CVE-2020-15523" 57CVE_CHECK_IGNORE += "CVE-2020-15523"
58 58
59PYTHON_MAJMIN = "3.10" 59PYTHON_MAJMIN = "3.10"
60 60