Skip to content

Commit 4823e89

Browse files
[universal] Rework patch for GHSA-v845-jxx5-vc9f (devcontainers#823)
- Rework patch for GHSA-v845-jxx5-vc9f - Fix link to vulnerability
1 parent 1d4608c commit 4823e89

File tree

1 file changed

+2
-2
lines changed
  • src/universal/.devcontainer/local-features/patch-conda

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ update_python_package /opt/conda/bin/python3 cryptography "41.0.4"
5959
# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32681
6060
update_conda_package requests "2.31.0"
6161

62-
# https://github.com/advisories/GHSA-v8gr-m533-ghj9
63-
update_python_package /opt/conda/bin/python3 urllib3 "1.26.17"
62+
# https://github.com/advisories/GHSA-v845-jxx5-vc9f
63+
update_conda_package urllib3 "1.26.18"

0 commit comments

Comments
 (0)