File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
.devcontainer/local-features/setup-user Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ chmod +x /etc/profile.d/00-restore-env.sh
2020
2121export DEBIAN_FRONTEND=noninteractive
2222
23- # Temporary: Due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4065
24- GRADLE_PATH=$( cd /usr/local/sdkman/candidates/gradle/8* /lib/plugins/ && pwd)
25- rm -f ${GRADLE_PATH} /testng-*
26- curl -sSL https://github.com/cbeust/testng/archive/refs/tags/7.7.0.tar.gz | tar -xzC /tmp 2>&1
27- jar cf ${GRADLE_PATH} /testng-7.7.0.jar /tmp/testng-7.7.0
28- rm -rf /tmp/testng-7.7.0
29-
3023# Temporary: Due to https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29425
3124MAVEN_PATH=$( cd /usr/local/sdkman/candidates/maven/3* /lib/ && pwd)
3225rm -f ${MAVEN_PATH} /commons-io-*
Original file line number Diff line number Diff line change @@ -181,9 +181,6 @@ check "java-12.0.2-installed-by-oryx" ls /opt/java/ | grep 12.0.2
181181check " java-version-on-path-is-12.0.2" java --version | grep 12.0.2
182182
183183# Test patches
184- GRADLE_PATH=$( cd /usr/local/sdkman/candidates/gradle/8* /lib/plugins && pwd)
185- check " testng-plugin" bash -c " ls ${GRADLE_PATH} | grep testng-7.7.0.jar"
186-
187184MAVEN_PATH=$( cd /usr/local/sdkman/candidates/maven/3* /lib/ && pwd)
188185check " commons-io-lib" bash -c " ls ${MAVEN_PATH} | grep commons-io-2.11.jar"
189186
You can’t perform that action at this time.
0 commit comments