diff mbox series

[meta-python] python3-nltk: mark CVE-2026-0846 patched

Message ID 20260316165029.1418409-1-skandigraun@gmail.com
State Under Review
Headers show
Series [meta-python] python3-nltk: mark CVE-2026-0846 patched | expand

Commit Message

Gyorgy Sarvari March 16, 2026, 4:50 p.m. UTC
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>
---
 meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 CVE_PRODUCT = "nltk"
+CVE_STATUS[CVE-2026-0846] = "fixed-version: fixed in 3.9.3"
 
 RDEPENDS:${PN} = "\
     python3-click \