Remove Microsoft quotes
git-svn-id: http://webgoat.googlecode.com/svn/trunk@203 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
		| @ -150,7 +150,7 @@ public class SQLInjection extends GoatHillsFinancial | ||||
| 	    { | ||||
| 		    instructions = "Use String SQL Injection to bypass authentication. " | ||||
| 			    + "Use SQL injection to log in as the boss ('Neville') without using the correct password.  " | ||||
| 			    + "Verify that Neville<EFBFBD>s 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)) | ||||
| 		{ | ||||
| @ -168,7 +168,7 @@ public class SQLInjection extends GoatHillsFinancial | ||||
| 		{ | ||||
| 		    instructions = "Block SQL Injection using a Parameterized Query.<br>" | ||||
| 			    + "Implement a fix to block SQL injection into the relevant parameter. " | ||||
| 			    + "Repeat stage 3.  Verify that access to Neville<EFBFBD>s profile is properly blocked."; | ||||
| 			    + "Repeat stage 3.  Verify that access to Neville's profile is properly blocked."; | ||||
| 	    } | ||||
| 	} | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user