File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33vulnerable_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.9.4" \
4- " cryptography=42.0.4" " gitpython=3.1.41" " jupyter-lsp=2.2.2" " idna=3.7" " jinja2=3.1.4" " scrapy=2.11.2" " black=24.4.2" )
4+ " cryptography=42.0.4" " 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 " )
55
66# Define the number of rows (based on the length of vulnerable_packages)
77rows=${# vulnerable_packages[@]}
@@ -52,4 +52,4 @@ for ((i=0; i<rows; i++)); do
5252 python3 -m pip install --upgrade --no-cache-dir "${packages_array[$i,0]} == ${REQUIRED_VERSION} "
5353 fi
5454 fi
55- done
55+ done
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ checkPythonPackageVersion "wheel" "0.38.1"
3939checkPythonPackageVersion " nbconvert" " 6.5.1"
4040checkPythonPackageVersion " werkzeug" " 3.0.3"
4141checkPythonPackageVersion " certifi" " 2022.12.07"
42- checkPythonPackageVersion " requests" " 2.31.0"
4342checkPythonPackageVersion " cryptography" " 42.0.4"
4443checkPythonPackageVersion " transformers" " 4.36.0"
4544checkPythonPackageVersion " mpmath" " 1.3.0"
@@ -54,9 +53,10 @@ checkPythonPackageVersion "jupyter-lsp" "2.2.2"
5453checkPythonPackageVersion " idna" " 3.7"
5554checkPythonPackageVersion " jinja2" " 3.1.4"
5655checkPythonPackageVersion " scrapy" " 2.11.2"
56+ checkPythonPackageVersion " requests" " 2.32.2"
5757
5858checkCondaPackageVersion " pyopenssl" " 23.2.0"
59- checkCondaPackageVersion " requests" " 2.31.0 "
59+ checkCondaPackageVersion " requests" " 2.32.2 "
6060checkCondaPackageVersion " pygments" " 2.15.1"
6161checkCondaPackageVersion " mpmath" " 1.3.0"
6262checkCondaPackageVersion " urllib3" " 1.26.17"
You can’t perform that action at this time.
0 commit comments