From d3a40746634e63a0cccf62d4837345ee9a2d3b1f Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 31 Dec 2025 08:54:13 +0100 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb b/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb index 8ba10457f4..605cc69be9 100644 --- a/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb @@ -9,6 +9,8 @@ inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "pikepdf" +CVE_PRODUCT = "pikepdf" + DEPENDS += " \ python3-pybind11-native \ qpdf \ -- cgit v1.2.3-54-g00ecf