Skip to content

Commit 3579120

Browse files
[universal] Update urllib3 package due to GHSA-v845-jxx5-vc9f (#803)
* Bump `urllib3` version * Add test * Restart checks
1 parent 49d6ddc commit 3579120

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/universal/.devcontainer/local-features/patch-conda/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ update_python_package /opt/conda/bin/python3 cryptography "41.0.4"
5858

5959
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32681
6060
update_conda_package requests "2.31.0"
61+
62+
# https://github.com/advisories/GHSA-v8gr-m533-ghj9
63+
update_python_package /opt/conda/bin/python3 urllib3 "1.26.17"

src/universal/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ checkPythonPackageVersion "/usr/local/python/3.9.*/bin/python" "setuptools" "65.
197197
checkCondaPackageVersion "requests" "2.31.0"
198198
checkCondaPackageVersion "cryptography" "41.0.4"
199199
checkCondaPackageVersion "pyopenssl" "23.2.0"
200+
checkCondaPackageVersion "urllib3" "1.26.17"
200201

201202
## Test Conda
202203
check "conda-update-conda" bash -c "conda update -y conda"

0 commit comments

Comments
 (0)