python3-aiohttp: fix CVE-2026-54280

This patch applies the upstream fix as referenced in [2], using
the commit shown in [1].

[1] https://github.com/aio-libs/aiohttp/commit/a762eda5242f6490d6ba667533193f8b473ad587
[2] https://github.com/advisories/GHSA-9x8q-7h8h-wcw9

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-08-24 12:58:50 +05:30
committed by Anuj Mittal
parent bf97296869
commit d070b08b56
2 changed files with 139 additions and 0 deletions
@@ -16,6 +16,7 @@ SRC_URI += " \
file://CVE-2026-54277.patch \
file://CVE-2026-54278.patch \
file://CVE-2026-54279.patch \
file://CVE-2026-54280.patch \
"
CVE_PRODUCT = "aiohttp"