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 <[email protected]> --- meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb | 2 ++ 1 file changed, 2 insertions(+) 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" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" +CVE_PRODUCT = "nltk" + RDEPENDS:${PN} = "\ python3-click \ python3-joblib \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#123030): https://lists.openembedded.org/g/openembedded-devel/message/123030 Mute This Topic: https://lists.openembedded.org/mt/116999118/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
