File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
.devcontainer/local-features/patch-python Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,6 @@ update_package() {
4444
4545# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40897
4646update_package /usr/local/python/3.9.* /bin/python setuptools 65.5.1
47+
48+ # https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-45803
49+ update_package /usr/local/python/3.10.* /bin/python urllib3 2.0.7
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ ls -la /home/codespace
189189# # Python - current
190190checkPythonPackageVersion " python" " setuptools" " 65.5.1"
191191checkPythonPackageVersion " python" " requests" " 2.31.0"
192+ checkPythonPackageVersion " python" " urllib3" " 2.0.7"
192193
193194# # Python 3.9
194195checkPythonPackageVersion " /usr/local/python/3.9.*/bin/python" " setuptools" " 65.5.1"
You can’t perform that action at this time.
0 commit comments