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>
This commit is contained in:
Gyorgy Sarvari
2026-02-07 11:33:56 +01:00
committed by Anuj Mittal
parent 1aa7b56d53
commit f29101aa4e

View File

@@ -8,7 +8,7 @@ certain inputs, which could be a DoS vector. This change adapts
logic from the equivalent function in the python standard library
in https://github.com/python/cpython/pull/136072/files
CVE: CVE-2025-67726
CVE: CVE-2025-67726 CVE-2025-67725
Upstream-Status: Backport [https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd]
(cherry picked from commit 771472cfdaeebc0d89a9cc46e249f8891a6b29cd)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>