Commit 3f7cb64
deps: upgrade all dependencies (closes 12 Dependabot alerts) + add SECURITY.md (#784)
* docs: add SECURITY.md with reporting process and incident note
* deps: upgrade all dependencies, closing 12 Dependabot security alerts
Closes all 12 open Dependabot alerts (7 high, 3 moderate, 2 low):
gitpython 3.1.57 -> 3.1.61 (6 alerts: 5 high, 1 moderate)
tornado 6.5.7 -> 6.5.8 (3 alerts: 1 high, 1 moderate, 1 low)
mistune 3.3.0 -> 3.3.4 (1 high)
setuptools 81.0.0 -> 84.0.0 (1 moderate)
torch 2.11.0 -> 2.14.0 (1 low)
The gitpython alerts had stayed open even though PR #779 claimed to bump it to
3.1.58. That branch had been force-pushed to the malicious commit 9cb1eab, so
merging it delivered malware instead of the dependency fix (see #781).
Two changes were needed to move torch at all:
- The CUDA wheel index moves from cu128 to cu130. The cu128 index stops at
torch 2.11.0, so the vulnerable version could not be fixed on it. This
raises the NVIDIA driver requirement for users installing the GPU build.
- torchaudio is removed. Its newest release anywhere is 2.11.0 and it pins
torch==2.11.0, so it blocks every torch upgrade. Nothing in BindsNET
imports it; 'grep -rn torchaudio --include=*.py' returns no matches.
The rest of the lock file is a full re-resolve to current versions.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 71b8d29 commit 3f7cb64
3 files changed
Lines changed: 1513 additions & 1581 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments