python3-aiohttp: fix CVE-2026-54278

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

[1] https://github.com/aio-libs/aiohttp/commit/4f7480e474cccc6a8cc2c92ad3f17a31dedf8232
[2] https://github.com/advisories/GHSA-g3cq-j2xw-wf74

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:49 +05:30
committed by Anuj Mittal
parent 45e39122a3
commit 813105c96d
2 changed files with 183 additions and 0 deletions
@@ -14,6 +14,7 @@ SRC_URI += " \
file://CVE-2026-54275.patch \
file://CVE-2026-54276.patch \
file://CVE-2026-54277.patch \
file://CVE-2026-54278.patch \
"
CVE_PRODUCT = "aiohttp"