Przeglądaj źródła

Rename "shellshock" to "cve-2014--shellshock"

This makes room for more "cve-xxxx-yyyy--zzzzz" style test names in the future, making it more clear what the purpose is, especially as we grow our test suite.

(Like the "cve-2014-9680--sudo-tz" I'm contemplating if it ever gets fixes released.)
Tianon Gravi 10 lat temu
rodzic
commit
686431e5d0

+ 1 - 1
test/config.sh

@@ -3,7 +3,7 @@ set -e
 
 globalTests=(
 	utc
-	shellshock
+	cve-2014--shellshock
 )
 
 declare -A testAlias=(

+ 0 - 0
test/tests/shellshock/container.sh → test/tests/cve-2014--shellshock/container.sh


+ 0 - 0
test/tests/shellshock/really-run.sh → test/tests/cve-2014--shellshock/really-run.sh


+ 0 - 0
test/tests/shellshock/run.sh → test/tests/cve-2014--shellshock/run.sh


+ 0 - 0
test/tests/shellshock/shellshock_test.sh → test/tests/cve-2014--shellshock/shellshock_test.sh