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>
This commit is contained in:
Gyorgy Sarvari 2025-12-30 13:24:51 +01:00 committed by Khem Raj
parent fc90f2b514
commit a9a8c80550
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -47,4 +47,6 @@ RDEPENDS:${PN} = "\
python3-packaging \
"
CVE_PRODUCT = "matplotlib"
BBCLASSEXTEND = "native"