From 2198760080366c8597c833fe851c1bbe68503714 Mon Sep 17 00:00:00 2001 From: Mathiyarasy <157102811+Mathiyarasy@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:20:51 +0530 Subject: [PATCH] [anaconda] - Revert packages version imagecodecs and werkzeug (#1254) * Update packages causing issues * Remove werkzeug from vulnerable_packages lsit --- src/anaconda/.devcontainer/apply_security_patches.sh | 3 +-- src/anaconda/test-project/test.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/anaconda/.devcontainer/apply_security_patches.sh b/src/anaconda/.devcontainer/apply_security_patches.sh index 89b21cbde..8a35a0925 100644 --- a/src/anaconda/.devcontainer/apply_security_patches.sh +++ b/src/anaconda/.devcontainer/apply_security_patches.sh @@ -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[@]} diff --git a/src/anaconda/test-project/test.sh b/src/anaconda/test-project/test.sh index 182310745..8236470c0 100755 --- a/src/anaconda/test-project/test.sh +++ b/src/anaconda/test-project/test.sh @@ -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"