We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7979b29 + b2a6f25 commit f399105Copy full SHA for f399105
src/main/java/org/owasp/webgoat/lessons/DOMXSS.java
@@ -99,7 +99,7 @@ protected Element doStage3(WebSession s) throws Exception
99
&& attackString.toString().toLowerCase().indexOf("onload") != -1
100
&& attackString.toString().toLowerCase().indexOf("alert") != -1)
101
{
102
- getLessonTracker(s).setStage(3);
+ getLessonTracker(s).setStage(4);
103
s.setMessage("Stage 3 completed. ");
104
}
105
else
0 commit comments