From 302aff54a3382dd997b01c65345994684b129ad2 Mon Sep 17 00:00:00 2001 From: Bruce Mayhew Date: Sun, 21 Sep 2014 19:28:16 -0400 Subject: [PATCH] WEB-86 disabled lesson until refactor --- src/main/webapp/WEB-INF/webgoat.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/WEB-INF/webgoat.properties b/src/main/webapp/WEB-INF/webgoat.properties index 09beb7e5f..edd9699c1 100644 --- a/src/main/webapp/WEB-INF/webgoat.properties +++ b/src/main/webapp/WEB-INF/webgoat.properties @@ -1,4 +1,7 @@ #lesson.BufferOverflow.hidden=true +# +# These lesson need to be refactored lesson.BlindScript.hidden=true lesson.RemoteAdminFlaw.hidden=true lesson.HttpSplitting.hidden=true +lesson.BasicAuthentication.hidden=true \ No newline at end of file