Skip to content

Commit

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

* Add test

* Restart checks
  • Loading branch information
alexander-smolyakov authored Oct 10, 2023
1 parent 49d6ddc commit 3579120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ update_python_package /opt/conda/bin/python3 cryptography "41.0.4"

# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32681
update_conda_package requests "2.31.0"

# https://github.com/advisories/GHSA-v8gr-m533-ghj9
update_python_package /opt/conda/bin/python3 urllib3 "1.26.17"
1 change: 1 addition & 0 deletions src/universal/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ checkPythonPackageVersion "/usr/local/python/3.9.*/bin/python" "setuptools" "65.
checkCondaPackageVersion "requests" "2.31.0"
checkCondaPackageVersion "cryptography" "41.0.4"
checkCondaPackageVersion "pyopenssl" "23.2.0"
checkCondaPackageVersion "urllib3" "1.26.17"

## Test Conda
check "conda-update-conda" bash -c "conda update -y conda"
Expand Down

0 comments on commit 3579120

Please sign in to comment.