diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 16:48:58 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:55 -0800 |
| commit | 1225394e9528ac7d654e9c4ff9aec9d2d3a491d9 (patch) | |
| tree | c4532e0aa6b84546926b3d2ffad30f7fc18cb54e /meta-python/recipes-devtools | |
| parent | 82255f0af323608376e298d0bb8fbfdeecb7bcb4 (diff) | |
| download | meta-openembedded-1225394e9528ac7d654e9c4ff9aec9d2d3a491d9.tar.gz | |
python3-nltk: set CVE_PRODUCT
The CVEs for this project are tracked under nltk:nltk CPE, which doesn't
match the default python:nltk CPE.
See CVE db query:
sqlite> select * from products where PRODUCT like 'nltk';
CVE-2019-14751|nltk|nltk|||3.4.5|<
CVE-2021-3828|nltk|nltk|||3.6.3|<=
CVE-2021-3842|nltk|nltk|||3.6.6|<
CVE-2021-43854|nltk|nltk|||3.6.5|<
Set the CVE_PRODUCT so it can be used to match CVEs.
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/python3-nltk/python3-nltk_3.9.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb index 8a1e0cc047..43c23254d9 100644 --- a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb +++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb | |||
| @@ -7,6 +7,8 @@ BUGTRACKER = "https://github.com/nltk/nltk/issues" | |||
| 7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 9 | 9 | ||
| 10 | CVE_PRODUCT = "nltk" | ||
| 11 | |||
| 10 | RDEPENDS:${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
| 11 | python3-click \ | 13 | python3-click \ |
| 12 | python3-joblib \ | 14 | python3-joblib \ |
