From 62c89f704e8ebebdb0c2921a620fb0a666f136df Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Thu, 15 Jan 2026 02:00:57 +1300 Subject: python3-werkzeug: ignore CVE-2025-66221 and CVE-2026-21860 Both vulnerabilties are for Windows and can be ignored. Details: - https://nvd.nist.gov/vuln/detail/CVE-2025-66221 - https://nvd.nist.gov/vuln/detail/CVE-2026-21860 Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb b/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb index 5758830cb9..5f88a9577a 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb @@ -22,3 +22,6 @@ RDEPENDS:${PN} += " \ python3-json \ python3-difflib \ " + +CVE_STATUS[CVE-2025-66221] = "not-applicable-platform: The vulnerability is Windows specific" +CVE_STATUS[CVE-2026-21860] = "not-applicable-platform: The vulnerability is Windows specific" -- cgit v1.2.3-54-g00ecf