From 6d1c1bb20b7f34e16da21aafe2244fe4662aa4b9 Mon Sep 17 00:00:00 2001 From: Kaniska244 Date: Tue, 17 Dec 2024 13:26:31 +0000 Subject: [PATCH] Added werkzeug latest version 3.1.3 back. --- src/anaconda/.devcontainer/apply_security_patches.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/anaconda/.devcontainer/apply_security_patches.sh b/src/anaconda/.devcontainer/apply_security_patches.sh index 8a35a0925..b324975d1 100644 --- a/src/anaconda/.devcontainer/apply_security_patches.sh +++ b/src/anaconda/.devcontainer/apply_security_patches.sh @@ -3,7 +3,8 @@ # vulnerabilities: # werkzeug - [GHSA-f9vj-2wh5-fj8j] -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") +vulnerable_packages=( "mistune=3.0.1" "werkzeug=3.1.3" "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[@]}