summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.8.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.8.17.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.8.17.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.17.bb b/meta/recipes-devtools/python/python3_3.8.17.bb
index 8c00d65794..00c4ff497a 100644
--- a/meta/recipes-devtools/python/python3_3.8.17.bb
+++ b/meta/recipes-devtools/python/python3_3.8.17.bb
@@ -61,6 +61,8 @@ CVE_CHECK_WHITELIST += "CVE-2020-15523 CVE-2022-26488"
61# The mailcap module is insecure by design, so this can't be fixed in a meaningful way. 61# The mailcap module is insecure by design, so this can't be fixed in a meaningful way.
62# The module will be removed in the future and flaws documented. 62# The module will be removed in the future and flaws documented.
63CVE_CHECK_WHITELIST += "CVE-2015-20107" 63CVE_CHECK_WHITELIST += "CVE-2015-20107"
64# Not an issue, in fact expected behaviour
65CVE_CHECK_WHITELIST += "CVE-2023-36632"
64 66
65PYTHON_MAJMIN = "3.8" 67PYTHON_MAJMIN = "3.8"
66 68