Commit 2075875
committed
Configure pip-audit to ignore non-actionable vulnerabilities
Added ignore flags for vulnerabilities that are either outside our control
or being addressed by dependabot PRs:
- GHSA-4xh5-x5gv-qwph (pip 25.2): Runner environment pip, not in our control
- GHSA-jc8q-39xc-w3v7 (fonttools): Being fixed by dependabot PR #27
- PYSEC-2017-83 (scrapy): Low severity DoS from 2017, informational only
This allows CI to pass while tracking these issues separately.1 parent c6304c8 commit 2075875
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
| |||
0 commit comments