mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Consume ONNX 1.12.1 to prevent vulnerability issue while loading external file (#12915)
* consume ONNX 1.12.1 to prevent vulnerability issue while loading external tensors * update ONNX 1.12.1 * test updated PR * use official rel-1.12.1 commit
This commit is contained in:
parent
3f456a1847
commit
d819b56fba
2 changed files with 2 additions and 2 deletions
|
|
@ -252,7 +252,7 @@
|
|||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b",
|
||||
"commitHash": "5a5f8a5935762397aa68429b5493084ff970f774",
|
||||
"repositoryUrl": "https://github.com/onnx/onnx.git"
|
||||
},
|
||||
"comments": "git submodule at cmake/external/onnx"
|
||||
|
|
|
|||
2
cmake/external/onnx
vendored
2
cmake/external/onnx
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b
|
||||
Subproject commit 5a5f8a5935762397aa68429b5493084ff970f774
|
||||
Loading…
Reference in a new issue