diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:13 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:00 -0800 |
| commit | d3a40746634e63a0cccf62d4837345ee9a2d3b1f (patch) | |
| tree | a82806aae534cc9385d67d89274bb051cd4dbb8f /meta-python/recipes-devtools/python/python3-pikepdf_10.1.0.bb | |
| parent | a2aa92f554a87df630ecd2c6080bb69eaab347ff (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 10 | PYPI_PACKAGE = "pikepdf" | 10 | PYPI_PACKAGE = "pikepdf" |
| 11 | 11 | ||
| 12 | CVE_PRODUCT = "pikepdf" | ||
| 13 | |||
| 12 | DEPENDS += " \ | 14 | DEPENDS += " \ |
| 13 | python3-pybind11-native \ | 15 | python3-pybind11-native \ |
| 14 | qpdf \ | 16 | qpdf \ |
