diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-13 07:35:46 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-20 18:22:06 +0100 |
| commit | d29ee9b3878cbaee94b4f3b7db64adca38b67a22 (patch) | |
| tree | 0f3dc661347ba24f879842f4754669b408c61d2c /meta-python/recipes-devtools | |
| parent | 6d0101825091319d4dc13e50b386b68dd6d06453 (diff) | |
| download | meta-openembedded-d29ee9b3878cbaee94b4f3b7db64adca38b67a22.tar.gz | |
python3-werkzeug: ignore CVE-2026-21860
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-21860
The issue affects only Windows operating systems.
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.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb index f795da80a3..0a18a48406 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb | |||
| @@ -45,4 +45,4 @@ RDEPENDS:${PN} += " \ | |||
| 45 | " | 45 | " |
| 46 | 46 | ||
| 47 | # Windows-only vulnerabilities | 47 | # Windows-only vulnerabilities |
| 48 | CVE_CHECK_IGNORE = "CVE-2024-49766 CVE-2025-66221" | 48 | CVE_CHECK_IGNORE = "CVE-2024-49766 CVE-2025-66221 CVE-2026-21860" |
