Merge pull request #833 from christianlouis/copilot/fix-pygments-vulnerability

chore(ci): suppress CVE-2026-4539 (pygments ReDoS) in pip-audit until upstream fix ships
This commit is contained in:
Christian Krakau-Louis
2026-03-25 10:52:53 +01:00
committed by GitHub
+1 -1
View File
@@ -100,7 +100,7 @@ jobs:
python-version: "3.11" python-version: "3.11"
cache: 'pip' cache: 'pip'
- run: pip install pip-audit>=2.7.0 - run: pip install pip-audit>=2.7.0
- run: pip-audit -r requirements.txt --desc on - run: pip-audit -r requirements.txt --desc on --ignore-vuln CVE-2026-4539
run-tests: run-tests:
name: Execute All Tests (Quick + Integration) name: Execute All Tests (Quick + Integration)