Skip to content

Commit

Permalink
[anaconda] - Revert packages version imagecodecs and werkzeug (#1254)
Browse files Browse the repository at this point in the history
* Update packages causing issues

* Remove werkzeug from vulnerable_packages lsit
  • Loading branch information
Mathiyarasy authored Dec 11, 2024
1 parent bbc6bbc commit 2198760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/anaconda/.devcontainer/apply_security_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# vulnerabilities:
# werkzeug - [GHSA-f9vj-2wh5-fj8j]

vulnerable_packages=( "mistune=3.0.1" "werkzeug=3.0.6" "transformers=4.36.0" "cryptography=43.0.1" "jupyter-lsp=2.2.2" "scrapy=2.11.2" \
"zipp=3.19.1" "imagecodecs=2023.9.18" )
vulnerable_packages=( "mistune=3.0.1" "transformers=4.36.0" "cryptography=43.0.1" "jupyter-lsp=2.2.2" "scrapy=2.11.2" "zipp=3.19.1")

# Define the number of rows (based on the length of vulnerable_packages)
rows=${#vulnerable_packages[@]}
Expand Down
1 change: 0 additions & 1 deletion src/anaconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ checkPythonPackageVersion "scrapy" "2.11.2"
checkPythonPackageVersion "requests" "2.32.2"
checkPythonPackageVersion "scikit-learn" "1.5.0"
checkPythonPackageVersion "zipp" "3.19.1"
checkPythonPackageVersion "imagecodecs" "2023.9.18"

checkCondaPackageVersion "pyopenssl" "24.2.1"
checkCondaPackageVersion "requests" "2.32.2"
Expand Down

0 comments on commit 2198760

Please sign in to comment.