python3-aiohttp: fix CVE-2026-34514

This patch applies the reviewed upstream fix commits shown in
[1] and [2]. The advisory identifying the fix is referenced in
[3].

[1] https://github.com/aio-libs/aiohttp/commit/9a6ada97e2c6cf1ce31727c6c9fcea17c21f6f06
[2] https://github.com/aio-libs/aiohttp/commit/dab9e879be5606682a39b9dd378900eba0afd1a4
[3] https://nvd.nist.gov/vuln/detail/CVE-2026-34514

Signed-off-by: Darsh Kelaiya <dkelaiya@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Darsh Kelaiya
2026-09-01 10:18:05 +05:30
committed by Anuj Mittal
parent 334f13cc57
commit b024b3d0d2
2 changed files with 66 additions and 0 deletions
@@ -17,6 +17,7 @@ SRC_URI += "file://CVE-2024-52304.patch \
file://CVE-2025-69227.patch \
file://CVE-2025-69223.patch \
file://CVE-2026-22815.patch \
file://CVE-2026-34514.patch \
"
CVE_STATUS[CVE-2026-34515] = "not-applicable-platform: Vulnerability only affects applications running on Windows"