diff options
-rw-r--r-- | meta/recipes-devtools/python/python3_3.11.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.11.4.bb b/meta/recipes-devtools/python/python3_3.11.4.bb index 2d7b1bac2c..7a277facf7 100644 --- a/meta/recipes-devtools/python/python3_3.11.4.bb +++ b/meta/recipes-devtools/python/python3_3.11.4.bb | |||
@@ -56,6 +56,8 @@ CVE_CHECK_IGNORE += "CVE-2020-15523 CVE-2022-26488" | |||
56 | # The mailcap module is insecure by design, so this can't be fixed in a meaningful way. | 56 | # The mailcap module is insecure by design, so this can't be fixed in a meaningful way. |
57 | # The module will be removed in the future and flaws documented. | 57 | # The module will be removed in the future and flaws documented. |
58 | CVE_CHECK_IGNORE += "CVE-2015-20107" | 58 | CVE_CHECK_IGNORE += "CVE-2015-20107" |
59 | # Not an issue, in fact expected behaviour | ||
60 | CVE_CHECK_IGNORE += "CVE-2023-36632" | ||
59 | 61 | ||
60 | PYTHON_MAJMIN = "3.11" | 62 | PYTHON_MAJMIN = "3.11" |
61 | 63 | ||