summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-30 13:24:51 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:28:52 -0800
commita9a8c80550def5559cbd64db2a4a02c4bfe25343 (patch)
treea86a805d0b3cffdd73c2da2679bcc5ea42d2a046 /meta-python/recipes-devtools/python
parentfc90f2b514f65d6d8edb1d26cc5bcb4e0f88b800 (diff)
downloadmeta-openembedded-a9a8c80550def5559cbd64db2a4a02c4bfe25343.tar.gz
python3-matplotlib: set CVE_PRODUCT
At least one CVE is tracked by debian:matplotlib CPE (and no CVEs are tracked by the defaul python:matplotlib CPE). See CVE db query: sqlite> select * from products where PRODUCT = 'matplotlib'; CVE-2013-1424|debian|matplotlib|0.99.3-1|>=|1.4.2-3.1|< Set the CVE_PRODUCT accordingly. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb
index c92af94732..ce8c7a276a 100644
--- a/meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb
+++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb
@@ -47,4 +47,6 @@ RDEPENDS:${PN} = "\
47 python3-packaging \ 47 python3-packaging \
48" 48"
49 49
50CVE_PRODUCT = "matplotlib"
51
50BBCLASSEXTEND = "native" 52BBCLASSEXTEND = "native"