Context
pygments 2.19.2 has CVE-2026-4539 (local ReDoS in AdlLexer via pygments/lexers/archetype.py). No fix version exists as of 2026-03-24 -- 2.19.2 is the latest release.
We added --ignore-vuln CVE-2026-4539 to both ci.yml and python-audit.yml to unblock CI.
Action
When pygments publishes a fix:
- Bump pygments version in
pyproject.toml
- Remove
--ignore-vuln CVE-2026-4539 from .github/workflows/ci.yml (line ~161)
- Remove
--ignore-vuln CVE-2026-4539 from .github/workflows/python-audit.yml (line ~23)
- Close this issue
Review date
2026-04-14 (3 weeks from creation)