diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:24 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:02 -0800 |
| commit | 96c3818f229ed95409e2f36c395a3ab63ca130d7 (patch) | |
| tree | a8c42c08439211d3c685a215b17a3177eead8035 /meta-python/recipes-connectivity/python-priority | |
| parent | 6ab68968c267b76f0b4fcfc9ff8d06b4356261bf (diff) | |
| download | meta-openembedded-96c3818f229ed95409e2f36c395a3ab63ca130d7.tar.gz | |
python3-priority: set CVE_PRODUCT
Set CVE_PRODUCT to the value that is used to track CVEs for this
recipe in the CVE db.
See CVE db query (priority-software vendor is not relevant):
sqlite> select * from products where product like '%priority%';
CVE-2016-6580|python|python_priority_library|1.0.0|=||
CVE-2016-6580|python|python_priority_library|1.1.0|=||
CVE-2016-6580|python|python_priority_library|1.1.1|=||
CVE-2021-26832|priority-software|priority_enterprise_management_system|8.00|=||
CVE-2022-23172|priority-software|priority|||22.0|<
CVE-2022-23173|priority-software|priority|||22.0|<
CVE-2023-23459|priority-software|priority|||22.1|<
CVE-2023-23460|priority-software|priority|19.1.0.68|=||
CVE-2024-41697|priority-software|priority|||24.0|<
CVE-2024-41698|priority-software|priority|||24.0|<
CVE-2024-41699|priority-software|priority|||24.0|<
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-connectivity/python-priority')
| -rw-r--r-- | meta-python/recipes-connectivity/python-priority/python3-priority_2.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/python-priority/python3-priority_2.0.0.bb b/meta-python/recipes-connectivity/python-priority/python3-priority_2.0.0.bb index 26620a3a39..7a7ec94ca9 100644 --- a/meta-python/recipes-connectivity/python-priority/python3-priority_2.0.0.bb +++ b/meta-python/recipes-connectivity/python-priority/python3-priority_2.0.0.bb | |||
| @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae57d8a09fc8b6b164d7357339619045" | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "c965d54f1b8d0d0b19479db3924c7c36cf672dbf2aec92d43fbdaf4492ba18c0" | 7 | SRC_URI[sha256sum] = "c965d54f1b8d0d0b19479db3924c7c36cf672dbf2aec92d43fbdaf4492ba18c0" |
| 8 | 8 | ||
| 9 | CVE_PRODUCT = "python:python_priority_library" | ||
| 10 | |||
| 9 | PTEST_PYTEST_DIR = "test" | 11 | PTEST_PYTEST_DIR = "test" |
| 10 | inherit pypi setuptools3 ptest-python-pytest | 12 | inherit pypi setuptools3 ptest-python-pytest |
| 11 | 13 | ||
