python3-aiohttp: fix CVE-2026-54279

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

[1] https://github.com/aio-libs/aiohttp/commit/a329a7aacad5284f087af36103aff778746da0f2
[2] https://github.com/advisories/GHSA-2fqr-mr3j-6wp8

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 813105c96d
commit bf97296869
2 changed files with 296 additions and 0 deletions
@@ -15,6 +15,7 @@ SRC_URI += " \
file://CVE-2026-54276.patch \
file://CVE-2026-54277.patch \
file://CVE-2026-54278.patch \
file://CVE-2026-54279.patch \
"
CVE_PRODUCT = "aiohttp"