Skip to content

Commit 8e43def

Browse files
[anaconda] - setuptools, imagecodecs - apply security patch (#1217)
1 parent 9c3a09c commit 8e43def

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/anaconda/.devcontainer/apply_security_patches.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
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" "pyopenssl=24.2.1" \
1010
"cryptography=43.0.1" "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" \
11-
"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" "notebook=7.2.2" "nltk=3.9" )
11+
"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" "notebook=7.2.2" "nltk=3.9" "imagecodecs=2023.9.18" "setuptools=70.0.0" )
1212

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

src/anaconda/test-project/test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ checkPythonPackageVersion "joblib" "1.2.0"
3333
checkPythonPackageVersion "cookiecutter" "2.1.1"
3434
checkPythonPackageVersion "mistune" "2.0.3"
3535
checkPythonPackageVersion "numpy" "1.22"
36-
checkPythonPackageVersion "setuptools" "65.5.1"
36+
checkPythonPackageVersion "setuptools" "70.0.0"
3737
checkPythonPackageVersion "wheel" "0.38.1"
3838
checkPythonPackageVersion "nbconvert" "6.5.1"
3939
checkPythonPackageVersion "werkzeug" "3.0.3"
@@ -56,6 +56,7 @@ checkPythonPackageVersion "scrapy" "2.11.2"
5656
checkPythonPackageVersion "requests" "2.32.2"
5757
checkPythonPackageVersion "scikit-learn" "1.5.0"
5858
checkPythonPackageVersion "zipp" "3.19.1"
59+
checkPythonPackageVersion "imagecodecs" "2023.9.18"
5960

6061
checkCondaPackageVersion "pyopenssl" "24.2.1"
6162
checkCondaPackageVersion "requests" "2.32.2"

0 commit comments

Comments
 (0)