summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3_3.10.2.bb5
1 files changed, 2 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 32da2a12c8..227a72d395 100644
--- a/meta/recipes-devtools/python/python3_3.10.2.bb
+++ b/meta/recipes-devtools/python/python3_3.10.2.bb
@@ -52,9 +52,8 @@ CVE_PRODUCT = "python"
52CVE_CHECK_IGNORE += "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_IGNORE += "CVE-2019-18348" 54CVE_CHECK_IGNORE += "CVE-2019-18348"
55 55# These are specific to Microsoft Windows
56# This is windows only issue. 56CVE_CHECK_IGNORE += "CVE-2020-15523 CVE-2022-26488"
57CVE_CHECK_IGNORE += "CVE-2020-15523"
58 57
59PYTHON_MAJMIN = "3.10" 58PYTHON_MAJMIN = "3.10"
60 59