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:
@@ -100,7 +100,7 @@ jobs:
|
||||
python-version: "3.11"
|
||||
cache: 'pip'
|
||||
- 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:
|
||||
name: Execute All Tests (Quick + Integration)
|
||||
|
||||
Reference in New Issue
Block a user