We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6738a37 commit b41c71cCopy full SHA for b41c71c
src/anaconda/.devcontainer/apply_security_patches.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
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.9.4" \
4
- "cryptography=42.0.4" "gitpython=3.1.41" "jupyter-lsp=2.2.2" "idna=3.7" "jinja2=3.1.4" "scrapy=2.11.2" )
+ "cryptography=42.0.4" "gitpython=3.1.41" "jupyter-lsp=2.2.2" "idna=3.7" "jinja2=3.1.4" "scrapy=2.11.2" "requests=2.32.2")
5
6
# Define the number of rows (based on the length of vulnerable_packages)
7
rows=${#vulnerable_packages[@]}
0 commit comments