Commit 39b106c
committed
fix(deps): replace safety with pip-audit to resolve CVE-2025-14009
safety pulls in nltk 3.9.2 which has a critical Zip Slip vulnerability
(CVE-2025-14009) with no patched version available. pip-audit provides
the same dependency vulnerability scanning without the nltk dependency,
using the OSV database (PyPA-maintained).
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>1 parent 32e9f39 commit 39b106c
3 files changed
Lines changed: 204 additions & 380 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments