Skip to content

Commit

Permalink
[miniconda] Update urllib3 package due to GHSA-v845-jxx5-vc9f (#802)
Browse files Browse the repository at this point in the history
* Bump `urllib3` version

* Add test
  • Loading branch information
alexander-smolyakov authored Oct 10, 2023
1 parent e881310 commit 49d6ddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ RUN conda install \
# https://github.com/advisories/GHSA-j8r2-6x86-q33q
requests=2.31.0

RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-v845-jxx5-vc9f
urllib3==1.26.17

# 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/miniconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
checkPythonPackageVersion "cryptography" "41.0.3"
checkPythonPackageVersion "setuptools" "65.5.1"
checkPythonPackageVersion "wheel" "0.38.1"
checkPythonPackageVersion "urllib3" "1.26.17"

checkCondaPackageVersion "cryptography" "41.0.3"
checkCondaPackageVersion "pyopenssl" "23.2.0"
Expand Down

0 comments on commit 49d6ddc

Please sign in to comment.