Skip to content

Commit

Permalink
anaconda_gitpython_GHSA-2mqj-m65w-jghx patch vulnerability (devcontai…
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 authored Mar 7, 2024
1 parent dfef842 commit fb5ddfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-5h86-8mv2-jq9f
aiohttp==3.9.2 \
# https://github.com/advisories/GHSA-6vqw-3v5j-54x4
cryptography==42.0.4
cryptography==42.0.4 \
# https://github.com/advisories/GHSA-2mqj-m65w-jghx
gitpython==3.1.41

# 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 @@ -49,6 +49,7 @@ checkPythonPackageVersion "tornado" "6.3.3"
checkPythonPackageVersion "pyarrow" "14.0.1"
checkPythonPackageVersion "pillow" "10.2.0"
checkPythonPackageVersion "jupyterlab" "4.0.11"
checkPythonPackageVersion "gitpython" "3.1.41"

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

0 comments on commit fb5ddfa

Please sign in to comment.