diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:26 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:03 -0800 |
| commit | 7adae7e63b2b4cf91b8df09cf2945edd0a0d96ec (patch) | |
| tree | 9c67b7266dc72c4a26feaabff245a3b0d45b6f22 /meta-python/recipes-devtools | |
| parent | ad0df748287af93be63be4272613fa38d1df8044 (diff) | |
| download | meta-openembedded-7adae7e63b2b4cf91b8df09cf2945edd0a0d96ec.tar.gz | |
python3-py7zr: set CVE_PRODUCT
The related CVEs are tracked with py7zr_project:py7zr CPE in the database,
and the default python:py7zr CPE doesn't match relevant entries.
Set CVE_PRODUCT accordingly.
See CVE db query:
sqlite> select * from products where product like '%py7zr%';
CVE-2022-44900|py7zr_project|py7zr|||0.20.1|<
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb b/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb index 61a9a5569b..83482a9466 100644 --- a/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb | |||
| @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "f6bfee81637c9032f6a9f0eb045a4bfc7a7ff4138becfc42d7cb89b54ffbfef1" | 7 | SRC_URI[sha256sum] = "f6bfee81637c9032f6a9f0eb045a4bfc7a7ff4138becfc42d7cb89b54ffbfef1" |
| 8 | 8 | ||
| 9 | CVE_PRODUCT = "py7zr" | ||
| 10 | |||
| 9 | inherit pypi python_setuptools_build_meta | 11 | inherit pypi python_setuptools_build_meta |
| 10 | 12 | ||
| 11 | DEPENDS += " \ | 13 | DEPENDS += " \ |
