]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3: ignore CVE-2023-36632
authorPeter Marko <peter.marko@siemens.com>
Sun, 23 Jul 2023 09:20:36 +0000 (11:20 +0200)
committerSteve Sakoman <steve@sakoman.com>
Mon, 24 Jul 2023 16:06:52 +0000 (06:06 -1000)
This CVE shouldn't have been filed as the "exploit" is described in the
documentation as how the library behaves.

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>
(cherry picked from commit c652f094d86c4efb7ff99accba63b8169493ab18)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/python/python3_3.10.9.bb

index 867958c0fbf39bcafc63d4fa6477614628c3390c..4ecc7614bb08589a644d5d9c5a9d83d73f579701 100644 (file)
@@ -61,6 +61,8 @@ CVE_CHECK_IGNORE += "CVE-2020-15523 CVE-2022-26488"
 # The mailcap module is insecure by design, so this can't be fixed in a meaningful way.
 # The module will be removed in the future and flaws documented.
 CVE_CHECK_IGNORE += "CVE-2015-20107"
+# Not an issue, in fact expected behaviour
+CVE_CHECK_IGNORE += "CVE-2023-36632"
 
 PYTHON_MAJMIN = "3.10"