From 12d4f40a4a5881d2e26741fbed672fd841f557f5 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 14 Jan 2026 08:34:35 +0100 Subject: python3-twisted: patch CVE-2022-24801 Details: https://nvd.nist.gov/vuln/detail/CVE-2022-24801 Pick the commits from the pull request that is referenced by the NVD report. (The full set is consisting of 13 patches, but the ones that only updated news/readme/typo fixes in comments were not backported) Signed-off-by: Gyorgy Sarvari --- .../recipes-devtools/python/python3-twisted_22.2.0.bb | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb index 5b23ceeb91..8e140f387e 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb @@ -12,9 +12,19 @@ SRC_URI[sha256sum] = "57f32b1f6838facb8c004c89467840367ad38e9e535f8252091345dba5 PYPI_PACKAGE = "Twisted" SRC_URI += "file://CVE-2024-41671-0001.patch \ - file://CVE-2024-41671-0002.patch \ - file://CVE-2024-41810.patch \ - file://CVE-2023-46137.patch" + file://CVE-2024-41671-0002.patch \ + file://CVE-2024-41810.patch \ + file://CVE-2023-46137.patch \ + file://CVE-2022-24801-1.patch \ + file://CVE-2022-24801-2.patch \ + file://CVE-2022-24801-3.patch \ + file://CVE-2022-24801-4.patch \ + file://CVE-2022-24801-5.patch \ + file://CVE-2022-24801-6.patch \ + file://CVE-2022-24801-7.patch \ + file://CVE-2022-24801-8.patch \ + file://CVE-2022-24801-9.patch \ + " inherit pypi python_setuptools_build_meta -- cgit v1.2.3-54-g00ecf