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 8
8
9
9
vulnerable_packages=( " pydantic=2.5.3" " joblib=1.3.1" " mistune=3.0.1" " werkzeug=3.0.3" " transformers=4.36.0" " pillow=10.3.0" " aiohttp=3.10.2" " pyopenssl=24.2.1" \
10
10
" cryptography=43.0.1" " gitpython=3.1.41" " jupyter-lsp=2.2.2" " idna=3.7" " jinja2=3.1.4" " scrapy=2.11.2" " black=24.4.2" " requests=2.32.2" \
11
- " jupyter_server=2.14.1" " tornado=6.4.1" " tqdm=4.66.4" " urllib3=2.2.2" " scikit-learn=1.5.0" " zipp=3.19.1" " streamlit=1.37.0" " notebook=7.2.2" " nltk=3.9" )
11
+ " jupyter_server=2.14.1" " tornado=6.4.1" " tqdm=4.66.4" " urllib3=2.2.2" " scikit-learn=1.5.0" " zipp=3.19.1" " streamlit=1.37.0" " notebook=7.2.2" " nltk=3.9" " imagecodecs=2023.9.18 " " setuptools=70.0.0 " )
12
12
13
13
# Define the number of rows (based on the length of vulnerable_packages)
14
14
rows=${# vulnerable_packages[@]}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ checkPythonPackageVersion "joblib" "1.2.0"
33
33
checkPythonPackageVersion " cookiecutter" " 2.1.1"
34
34
checkPythonPackageVersion " mistune" " 2.0.3"
35
35
checkPythonPackageVersion " numpy" " 1.22"
36
- checkPythonPackageVersion " setuptools" " 65.5.1 "
36
+ checkPythonPackageVersion " setuptools" " 70.0.0 "
37
37
checkPythonPackageVersion " wheel" " 0.38.1"
38
38
checkPythonPackageVersion " nbconvert" " 6.5.1"
39
39
checkPythonPackageVersion " werkzeug" " 3.0.3"
@@ -56,6 +56,7 @@ checkPythonPackageVersion "scrapy" "2.11.2"
56
56
checkPythonPackageVersion " requests" " 2.32.2"
57
57
checkPythonPackageVersion " scikit-learn" " 1.5.0"
58
58
checkPythonPackageVersion " zipp" " 3.19.1"
59
+ checkPythonPackageVersion " imagecodecs" " 2023.9.18"
59
60
60
61
checkCondaPackageVersion " pyopenssl" " 24.2.1"
61
62
checkCondaPackageVersion " requests" " 2.32.2"
You can’t perform that action at this time.
0 commit comments