Skip to content

Commit 1b2795a

Browse files
committed
[miniconda] - tqdm - GHSA-g7vv-2v7x-gj9p vulnerability
1 parent a5fe28b commit 1b2795a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/miniconda/.devcontainer/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ RUN python3 -m pip install --upgrade \
1010
# https://github.com/advisories/GHSA-6vqw-3v5j-54x4
1111
cryptography==42.0.4 \
1212
# installed for compatibility with cryptography v42.0.4
13-
pyopenssl==24.0.0
13+
pyopenssl==24.0.0 \
14+
# https://github.com/advisories/GHSA-g7vv-2v7x-gj9p
15+
tqdm==4.66.3
1416

1517
# Reset and copy updated files with updated privs to keep image size down
1618
FROM mcr.microsoft.com/devcontainers/base:1-bullseye

src/miniconda/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
2121
checkPythonPackageVersion "cryptography" "42.0.4"
2222
checkPythonPackageVersion "setuptools" "65.5.1"
2323
checkPythonPackageVersion "wheel" "0.38.1"
24+
checkPythonPackageVersion "tqdm" "4.66.3"
2425

2526
checkCondaPackageVersion "cryptography" "42.0.4"
2627
checkCondaPackageVersion "pyopenssl" "24.0.0"

0 commit comments

Comments
 (0)