From 6eb5b0ec144614d94cd13d9e6c3d1248585b0f4a Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 31 Mar 2026 13:38:34 +0200 Subject: [PATCH] python3-pyjwt: drop obsolete CVE_STATUS This CVE is disputed, and it is now tracked with an old version of the application, it doesn't show up in the CVE report anymore. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyjwt_2.12.1.bb | 1 - 1 file changed, 1 deletion(-) 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 96f060aa4e..eb445f9c91 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 @@ -9,7 +9,6 @@ SRC_URI[sha256sum] = "c74a7a2adf861c04d002db713dd85f84beb242228e671280bf709d765b PYPI_PACKAGE = "pyjwt" CVE_PRODUCT = "pyjwt" -CVE_STATUS[CVE-2025-45768] = "disputed: vulnerability can be avoided if the library is used correctly" inherit pypi python_setuptools_build_meta