diff mbox series

[2/2] python3: ignore CVE-2023-36632

Message ID 20230714145319.231385-2-ross.burton@arm.com
State Accepted, archived
Commit c652f094d86c4efb7ff99accba63b8169493ab18
Headers show
Series [1/2] linux-yocto_6.1: ignore backported CVEs | expand

Commit Message

Ross Burton July 14, 2023, 2:53 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

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>
---
 meta/recipes-devtools/python/python3_3.11.4.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3_3.11.4.bb b/meta/recipes-devtools/python/python3_3.11.4.bb
index 2d7b1bac2c6..7a277facf7a 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"
 # 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.11"