summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-27 13:03:23 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2026-02-27 14:28:50 +0100
commitc66c447396d499c5c05391271158d7355ab8e8bc (patch)
treecd29d860cb72d4f0b86fc26e5cf883845f271a9f /meta-python/recipes-devtools
parentcdc87f8f3bb09ef2e34ab4a4684448899c90009f (diff)
downloadmeta-openembedded-c66c447396d499c5c05391271158d7355ab8e8bc.tar.gz
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 <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-werkzeug_2.1.2.bb2
1 files changed, 1 insertions, 1 deletions
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} += " \
45" 45"
46 46
47# Windows-only vulnerabilities 47# Windows-only vulnerabilities
48CVE_CHECK_IGNORE = "CVE-2024-49766 CVE-2025-66221 CVE-2026-21860" 48CVE_CHECK_IGNORE = "CVE-2024-49766 CVE-2025-66221 CVE-2026-21860 CVE-2026-27199"