Skip to content

Commit b839a36

Browse files
[Miniconda] - remove stale patches ( when higher version is available from upstream ) (#1229)
1 parent f8d046c commit b839a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miniconda/.devcontainer/apply_security_patches.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# define array of packages for pinning to the patched versions
77
# 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" )
8+
vulnerable_packages=( "cryptography=43.0.1" )
99

1010
# Define the number of rows (based on the length of vulnerable_packages)
1111
rows=${#vulnerable_packages[@]}

0 commit comments

Comments
 (0)