| Message ID | 20260107092748.1930960-2-skandigraun@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python,kirkstone,1/5] python3-waitress: upgrade 2.1.1 -> 2.1.2 | expand |
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 5529686aac..f795da80a3 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 @@ -43,3 +43,6 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-misc \ ${PYTHON_PN}-profile \ " + +# Windows-only vulnerabilities +CVE_CHECK_IGNORE = "CVE-2024-49766 CVE-2025-66221"
Details: https://nvd.nist.gov/vuln/detail/CVE-2024-49766 https://nvd.nist.gov/vuln/detail/CVE-2025-66221 Both vulnerabilities affect Windows only - ignore them. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb | 3 +++ 1 file changed, 3 insertions(+)