mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
python3-pikepdf: set CVE_PRODUCT
The relevant CVEs are tracked with pikepdf_project:pikepdf CPE, and the default python:pikepdf doesn't match CVEs. Set CVE_PRODUCT accordingly. See CVE db query: sqlite> select * from products where product like 'pikepdf'; CVE-2021-29421|pikepdf_project|pikepdf|1.3.0|>=|2.9.2|<= Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,6 +9,8 @@ inherit pypi python_setuptools_build_meta
|
||||
|
||||
PYPI_PACKAGE = "pikepdf"
|
||||
|
||||
CVE_PRODUCT = "pikepdf"
|
||||
|
||||
DEPENDS += " \
|
||||
python3-pybind11-native \
|
||||
qpdf \
|
||||
|
||||
Reference in New Issue
Block a user