diff options
-rw-r--r-- | meta/recipes-devtools/python/python3_3.10.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.4.bb b/meta/recipes-devtools/python/python3_3.10.4.bb index 7eaafe34ad..d678d55083 100644 --- a/meta/recipes-devtools/python/python3_3.10.4.bb +++ b/meta/recipes-devtools/python/python3_3.10.4.bb | |||
@@ -55,6 +55,9 @@ CVE_CHECK_IGNORE += "CVE-2007-4559" | |||
55 | CVE_CHECK_IGNORE += "CVE-2019-18348" | 55 | CVE_CHECK_IGNORE += "CVE-2019-18348" |
56 | # These are specific to Microsoft Windows | 56 | # These are specific to Microsoft Windows |
57 | CVE_CHECK_IGNORE += "CVE-2020-15523 CVE-2022-26488" | 57 | CVE_CHECK_IGNORE += "CVE-2020-15523 CVE-2022-26488" |
58 | # The mailcap module is insecure by design, so this can't be fixed in a meaningful way. | ||
59 | # The module will be removed in the future and flaws documented. | ||
60 | CVE_CHECK_IGNORE += "CVE-2015-20107" | ||
58 | 61 | ||
59 | PYTHON_MAJMIN = "3.10" | 62 | PYTHON_MAJMIN = "3.10" |
60 | 63 | ||