summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-01-15 02:00:50 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-01-19 12:15:42 +0530
commitcfa04fece146248b8f0c3c522aa29f8e0f3a3cf3 (patch)
tree19b58eb1fad419a0c9b96c2139420d0070cf0378 /meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb
parenta0c05c9da8dda5147269a240ce0d69dbe4c63195 (diff)
downloadmeta-openembedded-cfa04fece146248b8f0c3c522aa29f8e0f3a3cf3.tar.gz
python3-tornado: patch CVE-2025-67724
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-67724 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-tornado_6.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb b/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb
index e24354b54a..ce53ef75ad 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb
@@ -8,7 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
8 8
9SRC_URI[sha256sum] = "92bad5b4746e9879fd7bf1eb21dce4e3fc5128d71601f80005afa39237ad620b" 9SRC_URI[sha256sum] = "92bad5b4746e9879fd7bf1eb21dce4e3fc5128d71601f80005afa39237ad620b"
10 10
11SRC_URI += "file://CVE-2025-47287.patch" 11SRC_URI += "file://CVE-2025-47287.patch \
12 file://CVE-2025-67724.patch \
13"
12 14
13inherit pypi python_setuptools_build_meta 15inherit pypi python_setuptools_build_meta
14 16