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 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" " requests=2.32.2" " jupyter_server=2.14.1" " tornado=6.4.1" " tqdm=4.66.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" " requests=2.32.2" " jupyter_server=2.14.1" " tornado=6.4.1" " tqdm=4.66.4" " urllib3=2.2.2 " " scikit-learn=1.5.0 " )
55
66# Define the number of rows (based on the length of vulnerable_packages)
77rows=${# vulnerable_packages[@]}
Original file line number Diff line number Diff line change @@ -54,12 +54,13 @@ checkPythonPackageVersion "idna" "3.7"
5454checkPythonPackageVersion " jinja2" " 3.1.4"
5555checkPythonPackageVersion " scrapy" " 2.11.2"
5656checkPythonPackageVersion " requests" " 2.32.2"
57+ checkPythonPackageVersion " scikit-learn" " 1.5.0"
5758
5859checkCondaPackageVersion " pyopenssl" " 23.2.0"
5960checkCondaPackageVersion " requests" " 2.32.2"
6061checkCondaPackageVersion " pygments" " 2.15.1"
6162checkCondaPackageVersion " mpmath" " 1.3.0"
62- checkCondaPackageVersion " urllib3" " 1.26.17 "
63+ checkCondaPackageVersion " urllib3" " 2.2.2 "
6364checkCondaPackageVersion " pyarrow" " 14.0.1"
6465checkCondaPackageVersion " pydantic" " 2.5.3"
6566checkCondaPackageVersion " tqdm" " 4.66.4"
You can’t perform that action at this time.
0 commit comments