summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyjwt_2.8.0.bb
diff options
context:
space:
mode:
authorHitendra Prajapati <hprajapati@mvista.com>2026-03-18 11:25:43 +0530
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-03-24 08:52:14 +0530
commitd3a45ead9c22009c08095920104b177d1c90ee7d (patch)
tree72a123038b7d2533ce76fc28d1c9bf3f6c82f219 /meta-python/recipes-devtools/python/python3-pyjwt_2.8.0.bb
parentd5de98d28b974861fc6de983e8ceecdb24cb1864 (diff)
downloadmeta-openembedded-d3a45ead9c22009c08095920104b177d1c90ee7d.tar.gz
python3-pyjwt: Fix CVE-2026-32597
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-32597 Backport commit[1] which fixes this vulnerability as mentioned in [2]. [1] https://github.com/jpadilla/pyjwt/commit/051ea341b5573fe3edcd53042f347929b92c2b92 [2] https://security-tracker.debian.org/tracker/CVE-2026-32597 Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyjwt_2.8.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyjwt_2.8.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.8.0.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.8.0.bb
index 92a8f44c6b..9753559171 100644
--- a/meta-python/recipes-devtools/python/python3-pyjwt_2.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.8.0.bb
@@ -5,6 +5,7 @@ HOMEPAGE = "http://github.com/jpadilla/pyjwt"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf54655555be06e551" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf54655555be06e551"
7 7
8SRC_URI += "file://CVE-2026-32597.patch"
8SRC_URI[sha256sum] = "57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de" 9SRC_URI[sha256sum] = "57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de"
9 10
10PYPI_PACKAGE = "PyJWT" 11PYPI_PACKAGE = "PyJWT"