Skip to content

Commit

Permalink
[Miniconda] - remove stale patches ( when higher version is available…
Browse files Browse the repository at this point in the history
… from upstream ) (#1229)
  • Loading branch information
gauravsaini04 authored Nov 22, 2024
1 parent f8d046c commit b839a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miniconda/.devcontainer/apply_security_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# define array of packages for pinning to the patched versions
# vulnerable_packages=( "package1=version1" "package2=version2" "package3=version3" )
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" )

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

0 comments on commit b839a36

Please sign in to comment.