mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 12:09:31 +08:00
## Summary Remediates five nltk CVEs by adding `nltk>=3.10.0` to `constraint-dependencies` in `pyproject.toml`. | CVE | Severity | Installed | Fixed in | |---|---|---|---| | CVE-2025-14009 | CRITICAL | 3.9.2 | 3.9.3 | | CVE-2026-0846 | HIGH | 3.9.2 | 3.9.3 | | CVE-2026-0847 | HIGH | 3.9.2 | — | | CVE-2026-33231 | HIGH | 3.9.2 | 3.9.4 | | CVE-2026-33236 | HIGH | 3.9.2 | — | | CVE-2026-54293 | HIGH | 3.9.2 | 3.10.0 | | CVE-2026-33230 | MEDIUM | 3.9.2 | 3.9.4 | CVE-2026-0847 and CVE-2026-33236 have no confirmed fixed version. `nltk` is a transitive dependency (pulled in by `crawl4ai` and `infinity-sdk`). No package in the graph caps it below 3.10.0. It was stuck at 3.9.2 simply because the lockfile had never been re-resolved.
834 KiB
834 KiB