From 9bc066079faf9c4d96a1aa95ea7fcad18ca8d9fa Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 4 Feb 2026 17:29:22 +0100 Subject: python3-aiohttp: patch CVE-2025-69230 Details: https://nvd.nist.gov/vuln/detail/CVE-2025-69230 Backport the patch referenced by the NVD advisory. The tests were only partially backported, as the original patch touched some tests that don't exist in this version. Signed-off-by: Gyorgy Sarvari Signed-off-by: Anuj Mittal --- meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb') diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb index 84dd369753..6dc7acfbd5 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb @@ -11,6 +11,7 @@ SRC_URI += "file://CVE-2025-69224.patch \ file://CVE-2025-69228.patch \ file://CVE-2025-69229-1.patch \ file://CVE-2025-69229-2.patch \ + file://CVE-2025-69230.patch \ " SRC_URI[sha256sum] = "4fc61385e9c98d72fcdf47e6dd81833f47b2f77c114c29cd64a361be57a763a2" -- cgit v1.2.3-54-g00ecf