File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
.devcontainer/local-features/patch-conda Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
6060update_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"
Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ checkPythonPackageVersion "/usr/local/python/3.9.*/bin/python" "setuptools" "65.
197197checkCondaPackageVersion " requests" " 2.31.0"
198198checkCondaPackageVersion " cryptography" " 41.0.4"
199199checkCondaPackageVersion " pyopenssl" " 23.2.0"
200+ checkCondaPackageVersion " urllib3" " 1.26.17"
200201
201202# # Test Conda
202203check " conda-update-conda" bash -c " conda update -y conda"
You can’t perform that action at this time.
0 commit comments