File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-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" )
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" " jupyter_server=2.14.1 " )
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 @@ -44,7 +44,7 @@ checkPythonPackageVersion "cryptography" "42.0.4"
4444checkPythonPackageVersion " transformers" " 4.36.0"
4545checkPythonPackageVersion " mpmath" " 1.3.0"
4646checkPythonPackageVersion " aiohttp" " 3.9.4"
47- checkPythonPackageVersion " jupyter_server" " 2.7.2 "
47+ checkPythonPackageVersion " jupyter_server" " 2.14.1 "
4848checkPythonPackageVersion " tornado" " 6.3.3"
4949checkPythonPackageVersion " pyarrow" " 14.0.1"
5050checkPythonPackageVersion " pillow" " 10.3.0"
You can’t perform that action at this time.
0 commit comments