From f6e994b14ea472370046522d5d17cafe6b2a548c Mon Sep 17 00:00:00 2001 From: mayhew64 Date: Wed, 10 Dec 2008 23:52:04 +0000 Subject: [PATCH] Minor syntax issue with the word prename in the instructions - reported by April King git-svn-id: http://webgoat.googlecode.com/svn/trunk@368 4033779f-a91e-0410-96ef-6bf7bf53c507 --- .../webgoat/lessons/CrossSiteScripting/CrossSiteScripting.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/CrossSiteScripting.java b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/CrossSiteScripting.java index 4082f5967..7a9c4004b 100644 --- a/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/CrossSiteScripting.java +++ b/webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/CrossSiteScripting/CrossSiteScripting.java @@ -180,7 +180,8 @@ public class CrossSiteScripting extends GoatHillsFinancial { instructions = "Stage 1: Execute a Stored Cross Site Scripting (XSS) attack.
" + "As 'Tom', execute a Stored XSS attack against the Street field on the Edit Profile page. " - + "Verify that 'Jerry' is affected by the attack.
(The passwords for the accounts are the first names.)"; + + "Verify that 'Jerry' is affected by the attack.
The passwords for the accounts are the lower-case " + + "versions of their given names (e.g. the password for Tom Cat is \"tom\")."; } else if (STAGE2.equals(stage)) {