From a9a7c18592dfe2f7816aec1b554d2597dd520c9c Mon Sep 17 00:00:00 2001 From: Daniel Kvist Date: Wed, 24 Feb 2016 15:23:03 +0100 Subject: [PATCH] Enable weak authentication cookie lesson if webgoat/webgoat#181 is not reproducible --- webgoat-container/src/main/webapp/WEB-INF/webgoat.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties b/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties index e725c0aed..f96d0c4ec 100644 --- a/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties +++ b/webgoat-container/src/main/webapp/WEB-INF/webgoat.properties @@ -13,7 +13,6 @@ lesson.HttpSplitting.hidden=true lesson.BasicAuthentication.hidden=true lesson.SameOriginPolicyProtection.hidden=true lesson.SilentTransactions.hidden=true -lesson.WeakAuthenticationCookie.hidden=true lesson.TraceXSS.hidden=true lesson.DBSQLInjection.hidden=true lesson.DBCrossSiteScripting.hidden=true