Remove Microsoft quotes

git-svn-id: http://webgoat.googlecode.com/svn/trunk@203 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes 2007-07-18 13:37:58 +00:00
parent fb76b4916f
commit 043c0e5926

View File

@ -150,7 +150,7 @@ public class SQLInjection extends GoatHillsFinancial
{ {
instructions = "Use String SQL Injection to bypass authentication. " instructions = "Use String SQL Injection to bypass authentication. "
+ "Use SQL injection to log in as the boss ('Neville') without using the correct password. " + "Use SQL injection to log in as the boss ('Neville') without using the correct password. "
+ "Verify that Nevilles profile can be viewed and that all functions are available (including Search, Create, and Delete)."; + "Verify that Neville's profile can be viewed and that all functions are available (including Search, Create, and Delete).";
} }
else if (STAGE2.equals(stage)) else if (STAGE2.equals(stage))
{ {
@ -168,7 +168,7 @@ public class SQLInjection extends GoatHillsFinancial
{ {
instructions = "Block SQL Injection using a Parameterized Query.<br>" instructions = "Block SQL Injection using a Parameterized Query.<br>"
+ "Implement a fix to block SQL injection into the relevant parameter. " + "Implement a fix to block SQL injection into the relevant parameter. "
+ "Repeat stage 3. Verify that access to Nevilles profile is properly blocked."; + "Repeat stage 3. Verify that access to Neville's profile is properly blocked.";
} }
} }