Skip to content

Commit fb70f76

Browse files
[anaconda] - scrapy - GHSA-4qqq-9vqf-3h3f patch vulnerablity (devcontainers#1070)
1 parent f1addfb commit fb70f76

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/anaconda/.devcontainer/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ RUN python3 -m pip install --upgrade \
4747
# https://github.com/advisories/GHSA-jjg7-2v4v-x38h
4848
idna==3.7 \
4949
# https://github.com/advisories/GHSA-h75v-3vvj-5mfj
50-
jinja2==3.1.4
50+
jinja2==3.1.4 \
51+
# https://github.com/advisories/GHSA-4qqq-9vqf-3h3f
52+
scrapy==2.11.2
5153

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

src/anaconda/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ checkPythonPackageVersion "gitpython" "3.1.41"
5353
checkPythonPackageVersion "jupyter-lsp" "2.2.2"
5454
checkPythonPackageVersion "idna" "3.7"
5555
checkPythonPackageVersion "jinja2" "3.1.4"
56+
checkPythonPackageVersion "scrapy" "2.11.2"
5657

5758
checkCondaPackageVersion "pyopenssl" "23.2.0"
5859
checkCondaPackageVersion "requests" "2.31.0"

0 commit comments

Comments
 (0)