diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-07 11:33:56 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-02-12 13:38:12 +0530 |
| commit | f29101aa4ed9918fac19fa20f2c895d0c778a457 (patch) | |
| tree | 845c23c19c01b167442a1990ec6cbffd01fcf9b2 /meta-python/recipes-devtools/python | |
| parent | 1aa7b56d5395ed593ec225f229eda171a0b031c7 (diff) | |
| download | meta-openembedded-f29101aa4ed9918fac19fa20f2c895d0c778a457.tar.gz | |
python3-tornado: mark CVE-2025-67725 patched
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-67725
According to the NVD advisory references the same commit
fixes it as CVE-2025-67726. Just extend the CVE tag to
make the cve-checker also see this.
Signed-off-by: Gyorgy Sarvari <skandigraun@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-tornado/CVE-2025-67726.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tornado/CVE-2025-67726.patch b/meta-python/recipes-devtools/python/python3-tornado/CVE-2025-67726.patch index 7b210aea42..01f18e3bd9 100644 --- a/meta-python/recipes-devtools/python/python3-tornado/CVE-2025-67726.patch +++ b/meta-python/recipes-devtools/python/python3-tornado/CVE-2025-67726.patch | |||
| @@ -8,7 +8,7 @@ certain inputs, which could be a DoS vector. This change adapts | |||
| 8 | logic from the equivalent function in the python standard library | 8 | logic from the equivalent function in the python standard library |
| 9 | in https://github.com/python/cpython/pull/136072/files | 9 | in https://github.com/python/cpython/pull/136072/files |
| 10 | 10 | ||
| 11 | CVE: CVE-2025-67726 | 11 | CVE: CVE-2025-67726 CVE-2025-67725 |
| 12 | Upstream-Status: Backport [https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd] | 12 | Upstream-Status: Backport [https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd] |
| 13 | (cherry picked from commit 771472cfdaeebc0d89a9cc46e249f8891a6b29cd) | 13 | (cherry picked from commit 771472cfdaeebc0d89a9cc46e249f8891a6b29cd) |
| 14 | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> | 14 | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> |
