summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-07-14 15:53:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-19 19:37:38 +0100
commit6f510702e30e000f6d93fc209ffb6f96d2c57dad (patch)
tree2b7c01408ac2ddf4c6e6d328bba4bd58d61bfe42
parent318b29c4004af68a285c0dc662478916a8f7fbaf (diff)
downloadpoky-6f510702e30e000f6d93fc209ffb6f96d2c57dad.tar.gz
python3: ignore CVE-2023-36632
This CVE shouldn't have been filed as the "exploit" is described in the documentation as how the library behaves. (From OE-Core rev: c652f094d86c4efb7ff99accba63b8169493ab18) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3_3.11.4.bb2
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.
58CVE_CHECK_IGNORE += "CVE-2015-20107" 58CVE_CHECK_IGNORE += "CVE-2015-20107"
59# Not an issue, in fact expected behaviour
60CVE_CHECK_IGNORE += "CVE-2023-36632"
59 61
60PYTHON_MAJMIN = "3.11" 62PYTHON_MAJMIN = "3.11"
61 63