mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-21 22:50:24 +00:00
python3-aiohttp: fix CVE-2026-54277
This patch applies the upstream fix as referenced in [2], using the commit shown in [1]. [1] https://github.com/aio-libs/aiohttp/commit/5ab61bb4cd88f19b712f12c7c9295fe262bf804d [2] https://github.com/advisories/GHSA-63hw-fmq6-xxg2 Signed-off-by: Darsh Kelaiya <dkelaiya@cisco.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
@@ -13,6 +13,7 @@ SRC_URI += " \
|
||||
file://CVE-2026-54274.patch \
|
||||
file://CVE-2026-54275.patch \
|
||||
file://CVE-2026-54276.patch \
|
||||
file://CVE-2026-54277.patch \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "aiohttp"
|
||||
|
||||
Reference in New Issue
Block a user