From c66c447396d499c5c05391271158d7355ab8e8bc Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Fri, 27 Feb 2026 13:03:23 +0100 Subject: [PATCH] python3-werkzeug: ignore CVE-2026-27199 Details: https://nvd.nist.gov/vuln/detail/CVE-2026-27199 The vulnerability affects only the application on Windows operating system. Due to this, ignore this CVE. Signed-off-by: Gyorgy Sarvari --- meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb index 3c50d19173..9ea345c46a 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb @@ -45,4 +45,4 @@ RDEPENDS:${PN} += " \ " # Windows-only vulnerabilities -CVE_CHECK_IGNORE = "CVE-2024-49766 CVE-2025-66221 CVE-2026-21860" +CVE_CHECK_IGNORE = "CVE-2024-49766 CVE-2025-66221 CVE-2026-21860 CVE-2026-27199"