some cleanup, and removing unneeded ClassNotFoundExceptions
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@361 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -115,7 +115,7 @@ public class SQLInjection extends GoatHillsFinancial
|
||||
.add("Many of WebGoat's database queries are already parameterized. Search the project for PreparedStatement.");
|
||||
|
||||
// Stage 3
|
||||
hints.add("Try entering an employee_id of [ 101 OR 1=1 ORDER BY salary ].");
|
||||
hints.add("Try entering an employee_id of [ 101 or 1=1 order by salary desc ].");
|
||||
|
||||
// Stage 4
|
||||
|
||||
|
Reference in New Issue
Block a user