Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[anaconda] - tqdm - GHSA-g7vv-2v7x-gj9p patch security vuln
  • Loading branch information
gauravsaini04 committed May 9, 2024
commit 69894b703af2d63d97a18a9c0c513abea0805bb6
4 changes: 3 additions & 1 deletion src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-4qhp-652w-c22x
jupyter-lsp==2.2.2 \
# https://github.com/advisories/GHSA-jjg7-2v4v-x38h
idna==3.7
idna==3.7 \
# https://github.com/advisories/GHSA-g7vv-2v7x-gj9p
tqdm==4.66.3

# Reset and copy updated files with updated privs to keep image size down
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Expand Down
1 change: 1 addition & 0 deletions src/anaconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ checkPythonPackageVersion "jupyterlab" "4.0.11"
checkPythonPackageVersion "gitpython" "3.1.41"
checkPythonPackageVersion "jupyter-lsp" "2.2.2"
checkPythonPackageVersion "idna" "3.7"
checkPythonPackageVersion "tqdm" "4.66.3"

checkCondaPackageVersion "pyopenssl" "23.2.0"
checkCondaPackageVersion "requests" "2.31.0"
Expand Down