summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-python-multipart_0.0.20.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-05 13:04:21 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-02-19 08:20:29 +0530
commitb6fe5458db589bc1b65953ca7fa1362b28033911 (patch)
treeb5e65dcba0c4d6cfd833ef3d1395990885b3a77d /meta-python/recipes-devtools/python/python3-python-multipart_0.0.20.bb
parent80a54658337f50fb8db82d59693eb386e359423a (diff)
downloadmeta-openembedded-b6fe5458db589bc1b65953ca7fa1362b28033911.tar.gz
python3-python-multipart: patch CVE-2026-24486
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-24486 Pick the patch that is referenced by the NVD advisory. Ptests passed successfully: Testsuite summary TOTAL: 121 PASS: 121 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 2 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-python-multipart_0.0.20.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-python-multipart_0.0.20.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.20.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.20.bb
index 71f9674ec8..fcb04bac04 100644
--- a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.20.bb
+++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.20.bb
@@ -2,6 +2,7 @@ SUMMARY = "A streaming multipart parser for Python"
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3d98f0d58b28321924a89ab60c82410e" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3d98f0d58b28321924a89ab60c82410e"
4 4
5SRC_URI += "file://CVE-2026-24486.patch"
5SRC_URI[sha256sum] = "8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13" 6SRC_URI[sha256sum] = "8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"
6 7
7inherit pypi python_hatchling ptest-python-pytest 8inherit pypi python_hatchling ptest-python-pytest