diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-04 17:29:22 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-02-05 06:59:42 +0530 |
| commit | 9bc066079faf9c4d96a1aa95ea7fcad18ca8d9fa (patch) | |
| tree | 10d7e8df82cda7f1679fff9d006cdfd1259eb31f /meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb | |
| parent | 4814f0631c59a645e6d637e83fe52a9a498293fc (diff) | |
| download | meta-openembedded-9bc066079faf9c4d96a1aa95ea7fcad18ca8d9fa.tar.gz | |
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 <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ | |||
| 11 | file://CVE-2025-69228.patch \ | 11 | file://CVE-2025-69228.patch \ |
| 12 | file://CVE-2025-69229-1.patch \ | 12 | file://CVE-2025-69229-1.patch \ |
| 13 | file://CVE-2025-69229-2.patch \ | 13 | file://CVE-2025-69229-2.patch \ |
| 14 | file://CVE-2025-69230.patch \ | ||
| 14 | " | 15 | " |
| 15 | SRC_URI[sha256sum] = "4fc61385e9c98d72fcdf47e6dd81833f47b2f77c114c29cd64a361be57a763a2" | 16 | SRC_URI[sha256sum] = "4fc61385e9c98d72fcdf47e6dd81833f47b2f77c114c29cd64a361be57a763a2" |
| 16 | 17 | ||
