We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d046c commit b839a36Copy full SHA for b839a36
src/miniconda/.devcontainer/apply_security_patches.sh
@@ -5,7 +5,7 @@
5
6
# define array of packages for pinning to the patched versions
7
# vulnerable_packages=( "package1=version1" "package2=version2" "package3=version3" )
8
-vulnerable_packages=( "tqdm=4.66.4" "requests=2.32.0" "urllib3=2.2.2" "certifi=2024.7.4" "cryptography=43.0.1" )
+vulnerable_packages=( "cryptography=43.0.1" )
9
10
# Define the number of rows (based on the length of vulnerable_packages)
11
rows=${#vulnerable_packages[@]}
0 commit comments