crickets-and-comb/shared

Pin `nltk>=3.9.3` when released, drop ignore

Open

#152 geöffnet am 24. Feb. 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Makefile (0 Forks)auto 404
buggood first issuehelp wanted

Repository-Metriken

Stars
 (2 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

There's a vulnerability, CVE-2025-14009, in nltk<=3.9.2. It's been fixed in nltk's develop branch, but not yet released.

We've pinned our packages to the nltk's develop branch for now, but we don't want to release anything until we can pin to nltk>=3.9.3. We're also ignoring CVE-2025-14009 in the shared/Makefile security target until then.

Once nltk 3.9.3 is released, add the pin and drop the ignore.

Contributor Guide