diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 15:28:58 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:54 -0800 |
| commit | 5dd59b03f8144b9530155ba6f0af6fe8d788c7dd (patch) | |
| tree | 4360c0699c5882637c6d6aac395e184de52d35cd /meta-python | |
| parent | 4675c9ddb707cb4ae7cbc5999338677ad4483738 (diff) | |
| download | meta-openembedded-5dd59b03f8144b9530155ba6f0af6fe8d788c7dd.tar.gz | |
python3-tqdm: set CVE_PRODUCT
The only related CVE to this recipe is tracked using tqdm_project:tqdm
CPE, so the default python:tqdm CPE doesn't match it.
See relevant CVE db query:
sqlite> select * from products where PRODUCT like 'tqdm';
CVE-2016-10075|tqdm_project|tqdm|4.4.1|=||
CVE-2016-10075|tqdm_project|tqdm|4.10|=||
Set the CVE_PRODUCT so it can match related CVEs.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb index b04cbd4b9a..b768ede830 100644 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb | |||
| @@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=42dfa9e8c616dbc295df3f58d756b2a1" | |||
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2" | 8 | SRC_URI[sha256sum] = "f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2" |
| 9 | 9 | ||
| 10 | CVE_PRODUCT = "tqdm" | ||
| 11 | |||
| 10 | inherit pypi python_setuptools_build_meta | 12 | inherit pypi python_setuptools_build_meta |
| 11 | 13 | ||
| 12 | DEPENDS += "python3-setuptools-scm-native" | 14 | DEPENDS += "python3-setuptools-scm-native" |
