Skip to content

Commit f1dce7e

Browse files
committed
fix(deps): document CVE-2026-33231 (nltk wordnet_app) in pyproject.toml
No patched nltk version is available as of 2026-03-19 (CVE still RESERVED on NVD). mloda only uses nltk.corpus.stopwords; nltk.app.wordnet_app is never imported, so risk is minimal. Added comment to track the issue and guide the version bump once a fix lands.
1 parent 3543847 commit f1dce7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ sklearn = [
5656
"scikit-learn>=1.0.0",
5757
"joblib>=1.0.0",
5858
]
59+
# CVE-2026-33231: unauthenticated remote shutdown in nltk.app.wordnet_app (high severity).
60+
# mloda only uses nltk.corpus.stopwords — wordnet_app is never imported.
61+
# No patched version available as of 2026-03-19 (CVE still RESERVED on NVD).
62+
# Update the lower bound here once a fixed version is released.
5963
text_cleaning = ["nltk>=3.8"]
6064
docs = [
6165
"mkdocs",

0 commit comments

Comments
 (0)