diff mbox series

[meta-python,11/34] python3-pikepdf: set CVE_PRODUCT

Message ID 20251231075436.771395-11-skandigraun@gmail.com
State New
Headers show
Series [meta-python,01/34] python3-pandas: set CVE_PRODUCT | expand

Commit Message

Gyorgy Sarvari Dec. 31, 2025, 7:54 a.m. UTC
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>
---
 meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb
index f047969033..28983417f0 100644
--- a/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.0.3.bb
@@ -9,6 +9,8 @@  inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "pikepdf"
 
+CVE_PRODUCT = "pikepdf"
+
 DEPENDS += " \
 	python3-pybind11-native \
 	qpdf \