diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-16 17:50:29 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-18 14:33:28 -0700 |
| commit | 001d503fe7f26ff8985f9414a0995bfaa1479fed (patch) | |
| tree | 5012910068f16b3820ef9ee236a24178395cef0c | |
| parent | 94990de7360fed34fc2800bed12662d754a22001 (diff) | |
| download | meta-openembedded-001d503fe7f26ff8985f9414a0995bfaa1479fed.tar.gz | |
python3-nltk: mark CVE-2026-0846 patched
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-0846
It has been fixed in version 3.9.3, however NVD tracks it
without CPE/version info.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb index 8953b75b28..d9f661b262 100644 --- a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb +++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb | |||
| @@ -8,6 +8,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" | 10 | CVE_PRODUCT = "nltk" |
| 11 | CVE_STATUS[CVE-2026-0846] = "fixed-version: fixed in 3.9.3" | ||
| 11 | 12 | ||
| 12 | RDEPENDS:${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
| 13 | python3-click \ | 14 | python3-click \ |
