File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ # vulnerabilities:
4
+ # streamlit - [GHSA-rxff-vr5r-8cj5]
5
+
3
6
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" \
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" " zipp=3.19.1" )
7
+ " 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" \
8
+ " 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" )
5
9
6
10
# Define the number of rows (based on the length of vulnerable_packages)
7
11
rows=${# vulnerable_packages[@]}
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ checkCondaPackageVersion "pyarrow" "14.0.1"
65
65
checkCondaPackageVersion " pydantic" " 2.5.3"
66
66
checkCondaPackageVersion " tqdm" " 4.66.4"
67
67
checkCondaPackageVersion " black" " 24.4.2"
68
+ checkCondaPackageVersion " streamlit" " 1.37.0"
68
69
69
70
check " conda-update-conda" bash -c " conda update -y conda"
70
71
check " conda-install-tensorflow" bash -c " conda create --name test-env -c conda-forge --yes tensorflow"
You can’t perform that action at this time.
0 commit comments