From 8963bb9fadbf3ff04fb35e9cee118f7989d4e1e9 Mon Sep 17 00:00:00 2001 From: "mayhew64@gmail.com" Date: Mon, 23 Apr 2012 23:12:14 +0000 Subject: [PATCH] Changed image link to be WebGoat/... git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@453 4033779f-a91e-0410-96ef-6bf7bf53c507 --- src/main/java/org/owasp/webgoat/lessons/DOMXSS.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java b/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java index ffc576964..15bc94ed6 100644 --- a/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java +++ b/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java @@ -243,7 +243,7 @@ public class DOMXSS extends SequentialLessonAdapter if (getLessonTracker(s).getStage() == 1) { - instructions = "STAGE 1:\tFor this exercise, your mission is to deface this website using the image at the following location: OWASP IMAGE"; + instructions = "STAGE 1:\tFor this exercise, your mission is to deface this website using the image at the following location: OWASP IMAGE"; } else if (getLessonTracker(s).getStage() == 2) {