Skip to content

Commit

Permalink
[Anaconda] - Jupyterlab - Patch security vulnerability GHSA-44cc-43rp…
Browse files Browse the repository at this point in the history
…-5947 (#939)

* [Anaconda] - Pillow - Patch security vulnerability GHSA-3f63-hfp8-52jq

* [Anaconda] - Jupyterlab - Patch security vulnerability GHSA-44cc-43rp-5947

* [Anaconda] - Jupyterlab - Patch security vulnerability GHSA-44cc-43rp-5947

* Changes as suggested by Samruddhi

* Changes according to comments

---------

Co-authored-by: Samruddhi Khandale <[email protected]>
Co-authored-by: bhupendra-vaishnav <[email protected]>
  • Loading branch information
3 people committed Feb 1, 2024
1 parent e8d0ebf commit f3cfc7e
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 @@ -35,7 +35,9 @@ RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-v68g-wm8c-6x7j
transformers==4.36.0 \
# https://github.com/advisories/GHSA-3f63-hfp8-52jq
pillow==10.2.0
pillow==10.2.0 \
# https://github.com/advisories/GHSA-44cc-43rp-5947
jupyterlab==4.0.11

# 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 @@ -48,6 +48,7 @@ checkPythonPackageVersion "jupyter_server" "2.7.2"
checkPythonPackageVersion "tornado" "6.3.3"
checkPythonPackageVersion "pyarrow" "14.0.1"
checkPythonPackageVersion "pillow" "10.2.0"
checkPythonPackageVersion "jupyterlab" "4.0.11"

checkCondaPackageVersion "pyopenssl" "23.2.0"
checkCondaPackageVersion "cryptography" "41.0.7"
Expand Down

0 comments on commit f3cfc7e

Please sign in to comment.