File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/universal/.devcontainer/local-features/setup-user Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ NPM_PACKAGES_LIST="decode-uri-component
4949cd /usr/local/share/nvm/versions/node/v14* /lib/node_modules/npm
5050npm install ${NPM_PACKAGES_LIST}
5151
52+ # Temporary: Due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0536 & https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0155
53+ rm -rf /usr/local/nvs/deps/node_modules/follow-redirects/*
54+ curl -sSL https://github.com/follow-redirects/follow-redirects/archive/refs/tags/v1.15.2.tar.gz | tar -xzC /tmp 2>&1
55+ mv /tmp/follow-redirects-1.15.2/* /usr/local/nvs/deps/node_modules/follow-redirects/
56+
5257# Enables the oryx tool to generate manifest-dir which is needed for running the postcreate tool
5358DEBIAN_FLAVOR=" focal-scm"
5459mkdir -p /opt/oryx && echo " vso-focal" > /opt/oryx/.imagetype
You can’t perform that action at this time.
0 commit comments