summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3_3.8.13.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.13.bb b/meta/recipes-devtools/python/python3_3.8.13.bb
index d7f6e9155d..040bacf97c 100644
--- a/meta/recipes-devtools/python/python3_3.8.13.bb
+++ b/meta/recipes-devtools/python/python3_3.8.13.bb
@@ -57,6 +57,9 @@ CVE_CHECK_WHITELIST += "CVE-2019-18348"
57 57
58# This is windows only issue. 58# This is windows only issue.
59CVE_CHECK_WHITELIST += "CVE-2020-15523 CVE-2022-26488" 59CVE_CHECK_WHITELIST += "CVE-2020-15523 CVE-2022-26488"
60# The mailcap module is insecure by design, so this can't be fixed in a meaningful way.
61# The module will be removed in the future and flaws documented.
62CVE_CHECK_WHITELIST += "CVE-2015-20107"
60 63
61PYTHON_MAJMIN = "3.8" 64PYTHON_MAJMIN = "3.8"
62 65