diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 13:24:51 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:52 -0800 |
| commit | a9a8c80550def5559cbd64db2a4a02c4bfe25343 (patch) | |
| tree | a86a805d0b3cffdd73c2da2679bcc5ea42d2a046 /meta-python/recipes-devtools/python | |
| parent | fc90f2b514f65d6d8edb1d26cc5bcb4e0f88b800 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 50 | CVE_PRODUCT = "matplotlib" | ||
| 51 | |||
| 50 | BBCLASSEXTEND = "native" | 52 | BBCLASSEXTEND = "native" |
