Skip to content

Commit f3cfc7e

Browse files
gauravsaini04samruddhikhandalebhupendra-vaishnav
authored
[Anaconda] - Jupyterlab - Patch security vulnerability GHSA-44cc-43rp-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]>
1 parent e8d0ebf commit f3cfc7e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/anaconda/.devcontainer/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ RUN python3 -m pip install --upgrade \
3535
# https://github.com/advisories/GHSA-v68g-wm8c-6x7j
3636
transformers==4.36.0 \
3737
# https://github.com/advisories/GHSA-3f63-hfp8-52jq
38-
pillow==10.2.0
38+
pillow==10.2.0 \
39+
# https://github.com/advisories/GHSA-44cc-43rp-5947
40+
jupyterlab==4.0.11
3941

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

src/anaconda/test-project/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ checkPythonPackageVersion "jupyter_server" "2.7.2"
4848
checkPythonPackageVersion "tornado" "6.3.3"
4949
checkPythonPackageVersion "pyarrow" "14.0.1"
5050
checkPythonPackageVersion "pillow" "10.2.0"
51+
checkPythonPackageVersion "jupyterlab" "4.0.11"
5152

5253
checkCondaPackageVersion "pyopenssl" "23.2.0"
5354
checkCondaPackageVersion "cryptography" "41.0.7"

0 commit comments

Comments
 (0)