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 88
99vulnerable_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" \
1010 " 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 " )
1212
1313# Define the number of rows (based on the length of vulnerable_packages)
1414rows=${# vulnerable_packages[@]}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ checkPythonPackageVersion "joblib" "1.2.0"
3333checkPythonPackageVersion " cookiecutter" " 2.1.1"
3434checkPythonPackageVersion " mistune" " 2.0.3"
3535checkPythonPackageVersion " numpy" " 1.22"
36- checkPythonPackageVersion " setuptools" " 65.5.1 "
36+ checkPythonPackageVersion " setuptools" " 70.0.0 "
3737checkPythonPackageVersion " wheel" " 0.38.1"
3838checkPythonPackageVersion " nbconvert" " 6.5.1"
3939checkPythonPackageVersion " werkzeug" " 3.0.3"
@@ -56,6 +56,7 @@ checkPythonPackageVersion "scrapy" "2.11.2"
5656checkPythonPackageVersion " requests" " 2.32.2"
5757checkPythonPackageVersion " scikit-learn" " 1.5.0"
5858checkPythonPackageVersion " zipp" " 3.19.1"
59+ checkPythonPackageVersion " imagecodecs" " 2023.9.18"
5960
6061checkCondaPackageVersion " pyopenssl" " 24.2.1"
6162checkCondaPackageVersion " requests" " 2.32.2"
You can’t perform that action at this time.
0 commit comments