Fix a hint to refer to the right field

git-svn-id: http://webgoat.googlecode.com/svn/trunk@259 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes 2008-01-10 10:51:43 +00:00
parent 8d85b2da23
commit 1b6789304c

View File

@ -122,7 +122,7 @@ public class SQLInjection extends GoatHillsFinancial
// Stage 3 // Stage 3
hints hints
.add("Try entering a password of [ 101 OR 1=1 ORDER BY 'salary' ]."); .add("Try entering an employee_id of [ 101 OR 1=1 ORDER BY 'salary' ].");
// Stage 4 // Stage 4