summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-01-25 14:24:02 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-01-26 10:04:49 +0530
commitcb4570120b0d033c728a788e04b7c75129529a4e (patch)
tree9256184df58feb0c233b346a09957b8f80f56f43 /meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
parentdaacf501a1834d0a09b9fca20988b5e28e5bd173 (diff)
downloadmeta-openembedded-cb4570120b0d033c728a788e04b7c75129529a4e.tar.gz
python3-twisted: patch CVE-2024-41810
Though nvd[1] mentions commit[2] as part of the fix for CVE-2024-41671, but it is actually a fix[3] for CVE-2024-41810. Rename patch files accordingly. [1] https://nvd.nist.gov/vuln/detail/CVE-2024-41671 [2] https://github.com/twisted/twisted/commit/046a164f89a0f08d3239ecebd750360f8914df33 [3] https://nvd.nist.gov/vuln/detail/CVE-2024-41810 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
index 272aecb8b0..691b80ac68 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
@@ -7,8 +7,8 @@ LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c5d2c2493b848f83864bdedd67bbf5" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c5d2c2493b848f83864bdedd67bbf5"
8 8
9SRC_URI += " \ 9SRC_URI += " \
10 file://CVE-2024-41671-0001.patch \ 10 file://CVE-2024-41671.patch \
11 file://CVE-2024-41671-0002.patch \ 11 file://CVE-2024-41810.patch \
12" 12"
13 13
14SRC_URI[sha256sum] = "6b38b6ece7296b5e122c9eb17da2eeab3d98a198f50ca9efd00fb03e5b4fd4ae" 14SRC_URI[sha256sum] = "6b38b6ece7296b5e122c9eb17da2eeab3d98a198f50ca9efd00fb03e5b4fd4ae"