summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-31 08:54:13 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:34:00 -0800
commitd3a40746634e63a0cccf62d4837345ee9a2d3b1f (patch)
treea82806aae534cc9385d67d89274bb051cd4dbb8f /meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb
parenta2aa92f554a87df630ecd2c6080bb69eaab347ff (diff)
downloadmeta-openembedded-d3a40746634e63a0cccf62d4837345ee9a2d3b1f.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb2
1 files changed, 2 insertions, 0 deletions
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
9 9
10PYPI_PACKAGE = "pikepdf" 10PYPI_PACKAGE = "pikepdf"
11 11
12CVE_PRODUCT = "pikepdf"
13
12DEPENDS += " \ 14DEPENDS += " \
13 python3-pybind11-native \ 15 python3-pybind11-native \
14 qpdf \ 16 qpdf \