Skip to content

Commit

Permalink
CVE-2021-27921 - update Pillow version to 8.1.2
Browse files Browse the repository at this point in the history
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-27921

Signed-off-by: Rajeev Rao <rajeevrao@nvidia.com>
  • Loading branch information
rajeevsrao committed May 19, 2021
1 parent 8593e51 commit 611dba6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To build the TensorRT-OSS components, you will first need the following software
* [onnx](https://pypi.org/project/onnx/1.7.0/) 1.7.0
* [onnxruntime](https://pypi.org/project/onnxruntime/1.6.0/) >= 1.6.0
* [tensorflow-gpu](https://pypi.org/project/tensorflow/2.2.2/) >= 2.2.2
* [Pillow](https://pypi.org/project/Pillow/7.2.0/) >= 7.2.0
* [Pillow](https://pypi.org/project/Pillow/8.1.2/) >= 8.1.2
* [pycuda](https://pypi.org/project/pycuda/)
* [numpy](https://pypi.org/project/numpy/)
* [pytest](https://pypi.org/project/pytest/)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
onnx==1.7.0
onnxruntime==1.6.0
tensorflow-gpu>=2.2
Pillow==7.2.0
Pillow>=8.1.2
pycuda
numpy
pytest
2 changes: 1 addition & 1 deletion samples/opensource/sampleSSD/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Pillow>=7.1.0
Pillow>=8.1.2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy
Pillow==7.2.0
Pillow>=8.1.2
pycuda
2 changes: 1 addition & 1 deletion samples/python/engine_refit_mnist/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ numpy
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.5.0+cpu; platform_machine=="x86_64" and sys.platform=="linux"
torchvision==0.6.0; platform_machine=="x86_64" and sys.platform=="linux"
Pillow==7.2.0
Pillow>=8.1.2
pycuda
2 changes: 1 addition & 1 deletion samples/python/int8_caffe_mnist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy
Pillow==7.2.0
Pillow>=8.1.2
pycuda
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy
Pillow==7.2.0
Pillow>=8.1.2
pycuda
2 changes: 1 addition & 1 deletion samples/python/network_api_pytorch_mnist/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ numpy
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.5.0+cpu; platform_machine=="x86_64" and sys.platform=="linux"
torchvision==0.6.0; platform_machine=="x86_64" and sys.platform=="linux"
Pillow==7.2.0
Pillow>=8.1.2
pycuda
2 changes: 1 addition & 1 deletion samples/python/uff_custom_plugin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pillow==7.2.0
Pillow>=8.1.2
pycuda
numpy
tensorflow==1.15.3
2 changes: 1 addition & 1 deletion samples/python/uff_ssd/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
Pillow==7.2.0
Pillow>=8.1.2
pycuda
requests
2 changes: 1 addition & 1 deletion samples/python/yolov3_onnx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
protobuf>=3.11.3
onnx==1.7.0
Pillow==7.2.0
Pillow>=8.1.2
pycuda
numpy
wget

0 comments on commit 611dba6

Please sign in to comment.