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-04-11 23:14:48 +1200
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-04-15 14:12:18 +0530
commit3b6292cfbef8b60750071da92ccb91d50a63c2be (patch)
treef5ffb7acb413b347ca48da326f746364515c0fcb /meta-python/recipes-devtools/python/python3-tornado_6.4.2.bb
parent667917103437dd9a6a737f005628884058ee2b79 (diff)
downloadmeta-openembedded-3b6292cfbef8b60750071da92ccb91d50a63c2be.tar.gz
python3-tornado: fix CVE-2026-35536
Backport the commit[1] from version 6.5.5 which fixes this vulnerability according to the NVD[2]. [1] https://github.com/tornadoweb/tornado/commit/24a2d96ea115f663b223887deb0060f13974c104 [2] https://nvd.nist.gov/vuln/detail/CVE-2026-35536 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.bb1
1 files changed, 1 insertions, 0 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 3dabcab38b..25f1b2a310 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
@@ -11,6 +11,7 @@ SRC_URI[sha256sum] = "92bad5b4746e9879fd7bf1eb21dce4e3fc5128d71601f80005afa39237
11SRC_URI += "file://CVE-2025-47287.patch \ 11SRC_URI += "file://CVE-2025-47287.patch \
12 file://CVE-2025-67724.patch \ 12 file://CVE-2025-67724.patch \
13 file://CVE-2025-67726.patch \ 13 file://CVE-2025-67726.patch \
14 file://CVE-2026-35536.patch \
14" 15"
15 16
16inherit pypi python_setuptools_build_meta 17inherit pypi python_setuptools_build_meta