Skip to content

Commit

Permalink
Added werkzeug latest version 3.1.3 back.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 committed Dec 17, 2024
1 parent bd6afac commit 6d1c1bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/anaconda/.devcontainer/apply_security_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}
Expand Down

0 comments on commit 6d1c1bb

Please sign in to comment.