File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ FROM continuumio/miniconda3 as upstream
66 # https://github.com/advisories/<CVE_ID>
77 # <package_name> = <version>
88
9+ RUN conda install \
10+ # https://github.com/advisories/GHSA-jfhm-5ghh-2f97
11+ cryptography==41.0.7
12+
913# Reset and copy updated files with updated privs to keep image size down
1014FROM mcr.microsoft.com/devcontainers/base:1-bullseye
1115
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ check "gitconfig-contains-name" sh -c "cat /etc/gitconfig | grep 'name = devcont
1818
1919check " usr-local-etc-config-does-not-exist" test ! -f " /usr/local/etc/gitconfig"
2020
21- checkPythonPackageVersion " cryptography" " 41.0.3 "
21+ checkPythonPackageVersion " cryptography" " 41.0.7 "
2222checkPythonPackageVersion " setuptools" " 65.5.1"
2323checkPythonPackageVersion " wheel" " 0.38.1"
2424
25- checkCondaPackageVersion " cryptography" " 41.0.3 "
25+ checkCondaPackageVersion " cryptography" " 41.0.7 "
2626checkCondaPackageVersion " pyopenssl" " 23.2.0"
2727checkCondaPackageVersion " setuptools" " 65.5.1"
2828checkCondaPackageVersion " wheel" " 0.38.1"
You can’t perform that action at this time.
0 commit comments