Skip to content

Commit

Permalink
Fix security vulenrabilities (onnx#3019)
Browse files Browse the repository at this point in the history
* Fix security vulenraibilities in requirements.txt for mnist example- CVE-2024-28219 pillow
- CVE-2024-48063 torch package
- CVE-2024-31584 CVE-2024-31583 CVE-2024-31580 for torch package

Signed-off-by: Sunny Anand <[email protected]>

* upgrade torchvision to match torch

Signed-off-by: Sunny Anand <[email protected]>

---------

Signed-off-by: Sunny Anand <[email protected]>
  • Loading branch information
Sunny-Anand authored Dec 3, 2024
1 parent f2ec420 commit fb09556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/mnist_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy~=1.22.2
pillow~=10.2.0
torch~=2.0.0
torchvision~=0.15.1
pillow~=10.3.0
torch~=2.5.0
torchvision~=0.20.0

0 comments on commit fb09556

Please sign in to comment.