summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-19 18:55:05 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-20 08:27:13 -0800
commit498b49d2a42fa96e84db647318b335cb16153c1d (patch)
treef8f7636a1b055d4d219b20600ef839b59c53bcd7 /meta-python/recipes-devtools
parentcc4aa9b9d0263de0ea172db4d97ea9f98ae022b3 (diff)
downloadmeta-openembedded-498b49d2a42fa96e84db647318b335cb16153c1d.tar.gz
python3-lief: mark CVE-2025-15504 patched
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-15504 The vulnerability is patched in v0.17.2, however NVD is currently tracking the CVE without any version info (or more like with out any CPE info) 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-lief_0.17.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb b/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb
index e7de6b6d3b..44b4976ab1 100644
--- a/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb
+++ b/meta-python/recipes-devtools/python/python3-lief_0.17.2.bb
@@ -13,6 +13,7 @@ SRC_URI = " \
13" 13"
14 14
15CVE_PRODUCT = "lief" 15CVE_PRODUCT = "lief"
16CVE_STATUS[CVE-2025-15504] = "fixed-version: the vulnerability is fixed since v0.17.2"
16 17
17PEP517_SOURCE_PATH = "${S}/api/python" 18PEP517_SOURCE_PATH = "${S}/api/python"
18 19