Skip to content

Commit

Permalink
[Anaconda]-Jinja2-GHSA-h75v-3vvj-5mfj patch security vuln (#1063)
Browse files Browse the repository at this point in the history
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
  • Loading branch information
gauravsaini04 and samruddhikhandale authored May 13, 2024
1 parent 4735279 commit 97c7bf5
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 @@ -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-h75v-3vvj-5mfj
jinja2==3.1.4

# 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 "jinja2" "3.1.4"

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

0 comments on commit 97c7bf5

Please sign in to comment.