Skip to content

Commit 7a3c256

Browse files
Exclude CVE-2026-4539 from pip-audit scans (#259)
This is an unfixed ReDoS in pygments, pulled by pytest. We can safely ignore it and Dependabot will pick up the update at some point.
1 parent 47eaf97 commit 7a3c256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pip-audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ jobs:
4545
uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266 # v1.1.0
4646
with:
4747
virtual-environment: /tmp/pip-audit-env
48+
ignore-vulns: |
49+
CVE-2026-4539

0 commit comments

Comments
 (0)