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:
Gyorgy Sarvari
2025-12-31 08:54:13 +01:00
committed by Khem Raj
parent a2aa92f554
commit d3a4074663

View File

@@ -9,6 +9,8 @@ inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "pikepdf"
CVE_PRODUCT = "pikepdf"
DEPENDS += " \
python3-pybind11-native \
qpdf \