summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-08-21 14:32:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-22 15:13:54 +0100
commit11e2bbc9fec332dfc61187f29be7e0a03b754832 (patch)
tree091a7ed26c4db32c2e3ce195b08bf3eee5d2eeb1 /meta/recipes-devtools/python
parentd40fed311eae46b83adfe5f588f26022d0e21b02 (diff)
downloadpoky-11e2bbc9fec332dfc61187f29be7e0a03b754832.tar.gz
python3: ignore disputed CVE-2023-36632
For some reason in the migration of CVE_CHECK_IGNORE to CVE_STATUS[1], this CVE was commented out. [1] oe-core 1634ed40 (From OE-Core rev: 07deefea29169ba8d663c869f26b31d3f37a1c9f) (From OE-Core rev: 20a8f5d928c0b3022609678d7c21b06912df058f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3_3.11.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.11.4.bb b/meta/recipes-devtools/python/python3_3.11.4.bb
index b3534ad678..8fd1382caa 100644
--- a/meta/recipes-devtools/python/python3_3.11.4.bb
+++ b/meta/recipes-devtools/python/python3_3.11.4.bb
@@ -53,7 +53,7 @@ CVE_STATUS[CVE-2020-15523] = "not-applicable-platform: Issue only applies on Win
53CVE_STATUS[CVE-2022-26488] = "not-applicable-platform: Issue only applies on Windows" 53CVE_STATUS[CVE-2022-26488] = "not-applicable-platform: Issue only applies on Windows"
54# The module will be removed in the future and flaws documented. 54# The module will be removed in the future and flaws documented.
55CVE_STATUS[CVE-2015-20107] = "upstream-wontfix: The mailcap module is insecure by design, so this can't be fixed in a meaningful way" 55CVE_STATUS[CVE-2015-20107] = "upstream-wontfix: The mailcap module is insecure by design, so this can't be fixed in a meaningful way"
56# CVE_STATUS[CVE-2023-36632] = "disputed: Not an issue, in fact expected behaviour" 56CVE_STATUS[CVE-2023-36632] = "disputed: Not an issue, in fact expected behaviour"
57 57
58PYTHON_MAJMIN = "3.11" 58PYTHON_MAJMIN = "3.11"
59 59