Commit 88c8ff2
committed
Get CI passing again by ignoring the pip CVE.
It's not relevant to us, pip isn't a dependency.
This fix isn't quite right though as clearly we should run pip-audit in
a way where we don't get false positives when its own dependencies (here
pip) have vulnerabilities.
Running pip-audit on a library (as opposed to an end-user application)
isn't the most common use however, so it doesn't appear there's a
straightforward way to do this unless we come up with one ourselves.1 parent 594e80d commit 88c8ff2
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
108 | 115 | | |
109 | 116 | | |
110 | 117 | | |
| |||
0 commit comments