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.
1 parent b835711 commit b2a6f25Copy full SHA for b2a6f25
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