File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
# vulnerabilities:
4
4
# werkzeug - [GHSA-f9vj-2wh5-fj8j]
5
5
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" )
7
8
8
9
# Define the number of rows (based on the length of vulnerable_packages)
9
10
rows=${# vulnerable_packages[@]}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ checkPythonPackageVersion "cryptography" "43.0.1"
42
42
checkPythonPackageVersion " transformers" " 4.36.0"
43
43
checkPythonPackageVersion " mpmath" " 1.3.0"
44
44
checkPythonPackageVersion " aiohttp" " 3.10.2"
45
- checkPythonPackageVersion " tornado" " 6.4.1 "
45
+ checkPythonPackageVersion " tornado" " 6.4.2 "
46
46
checkPythonPackageVersion " jupyter_server" " 2.14.1"
47
47
checkPythonPackageVersion " pyarrow" " 14.0.1"
48
48
checkPythonPackageVersion " pillow" " 10.3.0"
You can’t perform that action at this time.
0 commit comments