mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
python3-werkzeug: ignore CVE-2024-49766 and 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>
This commit is contained in:
@@ -43,3 +43,6 @@ RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-profile \
|
||||
"
|
||||
|
||||
# Windows-only vulnerabilities
|
||||
CVE_CHECK_IGNORE = "CVE-2024-49766 CVE-2025-66221"
|
||||
|
||||
Reference in New Issue
Block a user