Skip to content

Commit 04e86b2

Browse files
jkgoodrichclaude
andcommitted
Bump onnx minimum version to fix path traversal vulnerability (CVE)
onnx 1.17.0 is vulnerable to path traversal via symlink. Updating the pin to >=1.18.0 resolves the GitHub security alert. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 017ee36 commit 04e86b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hail
44
hdbscan
55
ipywidgets
66
networkx
7-
onnx==1.17.0
7+
onnx>=1.18.0
88
onnxruntime
99
scikit-learn
1010
skl2onnx

0 commit comments

Comments
 (0)