Skip to content

Commit 3934e0f

Browse files
anaconda_jupyter-lsp_GHSA-4qhp-652w-c22x patch security vulnerability (#991)
* anaconda_jupyter-lsp_GHSA-4qhp-652w-c22x patch security vulnerability * To avoid merge conflicts
1 parent fb5ddfa commit 3934e0f

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
@@ -39,7 +39,9 @@ RUN python3 -m pip install --upgrade \
3939
# https://github.com/advisories/GHSA-6vqw-3v5j-54x4
4040
cryptography==42.0.4 \
4141
# https://github.com/advisories/GHSA-2mqj-m65w-jghx
42-
gitpython==3.1.41
42+
gitpython==3.1.41 \
43+
# https://github.com/advisories/GHSA-4qhp-652w-c22x
44+
jupyter-lsp==2.2.2
4345

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

src/anaconda/test-project/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ checkPythonPackageVersion "pyarrow" "14.0.1"
5050
checkPythonPackageVersion "pillow" "10.2.0"
5151
checkPythonPackageVersion "jupyterlab" "4.0.11"
5252
checkPythonPackageVersion "gitpython" "3.1.41"
53+
checkPythonPackageVersion "jupyter-lsp" "2.2.2"
5354

5455
checkCondaPackageVersion "pyopenssl" "23.2.0"
5556
checkCondaPackageVersion "requests" "2.31.0"

0 commit comments

Comments
 (0)