summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-20 13:03:53 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-20 09:51:55 -0700
commit793d4dd1d353d1b674a99d7150bf8ccbdbc2326e (patch)
tree11e2cc68fdc779dda943303c1230861f97242580 /meta-python/recipes-devtools
parent76265dc928b3881afaf49d3e439acccbc3b55735 (diff)
downloadmeta-openembedded-793d4dd1d353d1b674a99d7150bf8ccbdbc2326e.tar.gz
python3-pyjwt: drop obsolete CVE_STATUS
This CVE is now tracked with the correct version info by NVD. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyjwt_2.12.1.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.12.1.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.12.1.bb
index 28eceece97..96f060aa4e 100644
--- a/meta-python/recipes-devtools/python/python3-pyjwt_2.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.12.1.bb
@@ -10,7 +10,6 @@ SRC_URI[sha256sum] = "c74a7a2adf861c04d002db713dd85f84beb242228e671280bf709d765b
10PYPI_PACKAGE = "pyjwt" 10PYPI_PACKAGE = "pyjwt"
11CVE_PRODUCT = "pyjwt" 11CVE_PRODUCT = "pyjwt"
12CVE_STATUS[CVE-2025-45768] = "disputed: vulnerability can be avoided if the library is used correctly" 12CVE_STATUS[CVE-2025-45768] = "disputed: vulnerability can be avoided if the library is used correctly"
13CVE_STATUS[CVE-2026-32597] = "fixed-version: fixed in 2.12.0"
14 13
15inherit pypi python_setuptools_build_meta 14inherit pypi python_setuptools_build_meta
16 15