Skip to content

Commit b6ed95a

Browse files
[miniconda] - certifi - security patch - GHSA-248v-346w-9cwc  (#1125)
1 parent cfbdc1c commit b6ed95a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/miniconda/.devcontainer/apply_security_patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# define array of packages for pinning to the patched versions
44
# vulnerable_packages=( "package1=version1" "package2=version2" "package3=version3" )
5-
vulnerable_packages=( "tqdm=4.66.4" "requests=2.32.0" "urllib3=2.2.2")
5+
vulnerable_packages=( "tqdm=4.66.4" "requests=2.32.0" "urllib3=2.2.2" "certifi=2024.7.4")
66

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

src/miniconda/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ checkCondaPackageVersion "requests" "2.32.0"
3030
checkCondaPackageVersion "urllib3" "1.26.17"
3131
checkCondaPackageVersion "idna" "3.7"
3232
checkCondaPackageVersion "tqdm" "4.66.4"
33+
checkCondaPackageVersion "certifi" "2024.7.4"
3334

3435
check "conda-update-conda" bash -c "conda update -y conda"
3536
check "conda-install-tensorflow" bash -c "conda create --name test-env -c conda-forge --yes tensorflow"

0 commit comments

Comments
 (0)