diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:23 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:02 -0800 |
| commit | 6ab68968c267b76f0b4fcfc9ff8d06b4356261bf (patch) | |
| tree | e17ee8ea4b37fb2c3356915d77149eeefa539712 /meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb | |
| parent | 50925849c028884bcadc9f9aaf73c491b7f5f387 (diff) | |
| download | meta-openembedded-6ab68968c267b76f0b4fcfc9ff8d06b4356261bf.tar.gz | |
python3-joblib: set CVE_PRODUCT
The relevant CVEs are tracked with joblib_project:joblib CPE, and the
default python:joblib CPE doesn't match this. Set the CVE_PRODUCT
accordingly.
See CVE db query:
sqlite> select * from products where product like '%joblib%';
CVE-2022-21797|joblib_project|joblib|||1.1.1|<
CVE-2024-34997|joblib_project|joblib|1.4.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-joblib_1.5.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb b/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb index 3dd1b57aaa..46b89ba267 100644 --- a/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb +++ b/meta-python/recipes-devtools/python/python3-joblib_1.5.3.bb | |||
| @@ -6,6 +6,8 @@ inherit python_setuptools_build_meta pypi | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "8561a3269e6801106863fd0d6d84bb737be9e7631e33aaed3fb9ce5953688da3" | 7 | SRC_URI[sha256sum] = "8561a3269e6801106863fd0d6d84bb737be9e7631e33aaed3fb9ce5953688da3" |
| 8 | 8 | ||
| 9 | CVE_PRODUCT = "joblib" | ||
| 10 | |||
| 9 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
| 10 | python3-asyncio \ | 12 | python3-asyncio \ |
| 11 | python3-json \ | 13 | python3-json \ |
