diff mbox series

[meta-python,2/3] python3-lief: drop obsolete CVE_STATUS

Message ID 20260320120355.2973635-2-skandigraun@gmail.com
State Accepted
Headers show
Series [meta-python,1/3] python3-pyjwt: drop obsolete CVE_STATUS | expand

Commit Message

Gyorgy Sarvari March 20, 2026, 12:03 p.m. UTC
The CVE is now tracked with correct version info by NVD.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-python/recipes-devtools/python/python3-lief_0.17.3.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-lief_0.17.3.bb b/meta-python/recipes-devtools/python/python3-lief_0.17.3.bb
index 69e1d59956..fe954e1b32 100644
--- a/meta-python/recipes-devtools/python/python3-lief_0.17.3.bb
+++ b/meta-python/recipes-devtools/python/python3-lief_0.17.3.bb
@@ -13,7 +13,6 @@  SRC_URI = " \
 "
 
 CVE_PRODUCT = "lief"
-CVE_STATUS[CVE-2025-15504] = "fixed-version: the vulnerability is fixed since v0.17.2"
 
 PEP517_SOURCE_PATH = "${S}/api/python"