mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-24 11:40:17 +00:00
python3-aiohttp: fix CVE-2026-54274
This patch applies the upstream fix as referenced in [2], using the commit shown in [1]. [1] https://github.com/aio-libs/aiohttp/commit/14b6ee851fb16ec199acb950de0c82d476799e7d [2] https://github.com/advisories/GHSA-xcgm-r5h9-7989 Signed-off-by: Darsh Kelaiya <dkelaiya@cisco.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
@@ -10,6 +10,7 @@ SRC_URI += " \
|
||||
file://CVE-2026-34993.patch \
|
||||
file://CVE-2026-47265.patch \
|
||||
file://CVE-2026-50269.patch \
|
||||
file://CVE-2026-54274.patch \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "aiohttp"
|
||||
|
||||
Reference in New Issue
Block a user