diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-01-15 02:00:57 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-19 12:15:43 +0530 |
| commit | 62c89f704e8ebebdb0c2921a620fb0a666f136df (patch) | |
| tree | 7a42f2423765153c845cd626687bc56d033a073d /meta-python/recipes-devtools/python | |
| parent | 6da1cb24456b6982c3fceb122e00520d3024c164 (diff) | |
| download | meta-openembedded-62c89f704e8ebebdb0c2921a620fb0a666f136df.tar.gz | |
python3-werkzeug: ignore CVE-2025-66221 and CVE-2026-21860
Both vulnerabilties are for Windows and can be ignored.
Details:
- https://nvd.nist.gov/vuln/detail/CVE-2025-66221
- https://nvd.nist.gov/vuln/detail/CVE-2026-21860
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb b/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb index 5758830cb9..5f88a9577a 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_3.0.6.bb | |||
| @@ -22,3 +22,6 @@ RDEPENDS:${PN} += " \ | |||
| 22 | python3-json \ | 22 | python3-json \ |
| 23 | python3-difflib \ | 23 | python3-difflib \ |
| 24 | " | 24 | " |
| 25 | |||
| 26 | CVE_STATUS[CVE-2025-66221] = "not-applicable-platform: The vulnerability is Windows specific" | ||
| 27 | CVE_STATUS[CVE-2026-21860] = "not-applicable-platform: The vulnerability is Windows specific" | ||
