diff options
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.10.2.bb | 5 |
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" | |||
52 | CVE_CHECK_IGNORE += "CVE-2007-4559" | 52 | CVE_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. |
54 | CVE_CHECK_IGNORE += "CVE-2019-18348" | 54 | CVE_CHECK_IGNORE += "CVE-2019-18348" |
55 | 55 | # These are specific to Microsoft Windows | |
56 | # This is windows only issue. | 56 | CVE_CHECK_IGNORE += "CVE-2020-15523 CVE-2022-26488" |
57 | CVE_CHECK_IGNORE += "CVE-2020-15523" | ||
58 | 57 | ||
59 | PYTHON_MAJMIN = "3.10" | 58 | PYTHON_MAJMIN = "3.10" |
60 | 59 | ||