Skip to content

Commit d5fad24

Browse files
[anaconda] - streamlit - GHSA-rxff-vr5r-8cj5 (#1177)
1 parent 80cbf84 commit d5fad24

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/anaconda/.devcontainer/apply_security_patches.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!/bin/bash
22

3+
# vulnerabilities:
4+
# streamlit - [GHSA-rxff-vr5r-8cj5]
5+
36
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" )
59

610
# Define the number of rows (based on the length of vulnerable_packages)
711
rows=${#vulnerable_packages[@]}

src/anaconda/test-project/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ checkCondaPackageVersion "pyarrow" "14.0.1"
6565
checkCondaPackageVersion "pydantic" "2.5.3"
6666
checkCondaPackageVersion "tqdm" "4.66.4"
6767
checkCondaPackageVersion "black" "24.4.2"
68+
checkCondaPackageVersion "streamlit" "1.37.0"
6869

6970
check "conda-update-conda" bash -c "conda update -y conda"
7071
check "conda-install-tensorflow" bash -c "conda create --name test-env -c conda-forge --yes tensorflow"

0 commit comments

Comments
 (0)