From c0d690e103eec99e329a222fdeed7d4380f23a48 Mon Sep 17 00:00:00 2001 From: Adarsh Jagadish Kamini Date: Wed, 3 Jun 2026 12:38:11 +0200 Subject: [PATCH] python3: CVE-2026-3087 not applicable CVE link: https://nvd.nist.gov/vuln/detail/CVE-2026-3087 The CVE is only applicable to Windows OS (From OE-Core rev: 96efecfbb2d1eaa24e1c96fbd6593a7087464844) Signed-off-by: Adarsh Jagadish Kamini Signed-off-by: Yoann Congal Signed-off-by: Paul Barker --- meta/recipes-devtools/python/python3_3.12.13.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3_3.12.13.bb b/meta/recipes-devtools/python/python3_3.12.13.bb index 3e28a3942b..bf0e1702d5 100644 --- a/meta/recipes-devtools/python/python3_3.12.13.bb +++ b/meta/recipes-devtools/python/python3_3.12.13.bb @@ -63,6 +63,7 @@ CVE_STATUS[CVE-2022-26488] = "not-applicable-platform: Issue only applies on Win # The module will be removed in the future and flaws documented. CVE_STATUS[CVE-2015-20107] = "upstream-wontfix: The mailcap module is insecure by design, so this can't be fixed in a meaningful way" CVE_STATUS[CVE-2023-36632] = "disputed: Not an issue, in fact expected behaviour" +CVE_STATUS[CVE-2026-3087] = "not-applicable-platform: Issue only applies on Windows" PYTHON_MAJMIN = "3.12"