mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-24 23:50:17 +00:00
python3-aiohttp: fix CVE-2026-34993
This patch applies the upstream fix as referenced in [2], using the commit shown in [1]. [1] https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00 [2] https://github.com/advisories/GHSA-jg22-mg44-37j8 Signed-off-by: Darsh Kelaiya <dkelaiya@cisco.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
@@ -6,6 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41"
|
||||
|
||||
SRC_URI[sha256sum] = "9d98cc980ecc96be6eb4c1994ce35d28d8b1f5e5208a23b421187d1209dbb7d1"
|
||||
|
||||
SRC_URI += " \
|
||||
file://CVE-2026-34993.patch \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "aiohttp"
|
||||
CVE_STATUS_GROUPS = "CVE_AIOHTTP_FIX_3_13_4"
|
||||
CVE_AIOHTTP_FIX_3_13_4[status] = "fixed-version: fixed in 3.13.4"
|
||||
|
||||
Reference in New Issue
Block a user