File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33# vulnerabilities:
44# werkzeug - [GHSA-f9vj-2wh5-fj8j]
55
6- vulnerable_packages=( " mistune=3.0.1" " transformers=4.36.0" " cryptography=43.0.1" " jupyter-lsp=2.2.2" " scrapy=2.11.2" " zipp=3.19.1" )
6+ vulnerable_packages=( " mistune=3.0.1" " transformers=4.36.0" " cryptography=43.0.1" " jupyter-lsp=2.2.2" " scrapy=2.11.2" \
7+ " zipp=3.19.1" " tornado=6.4.2" )
78
89# Define the number of rows (based on the length of vulnerable_packages)
910rows=${# vulnerable_packages[@]}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ checkPythonPackageVersion "cryptography" "43.0.1"
4242checkPythonPackageVersion " transformers" " 4.36.0"
4343checkPythonPackageVersion " mpmath" " 1.3.0"
4444checkPythonPackageVersion " aiohttp" " 3.10.2"
45- checkPythonPackageVersion " tornado" " 6.4.1 "
45+ checkPythonPackageVersion " tornado" " 6.4.2 "
4646checkPythonPackageVersion " jupyter_server" " 2.14.1"
4747checkPythonPackageVersion " pyarrow" " 14.0.1"
4848checkPythonPackageVersion " pillow" " 10.3.0"
You can’t perform that action at this time.
0 commit comments