Separated DB usage for messages in CSRF and Stored XSS
Many cosmetic english changes Fixed IE rendering for Challenge git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@350 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -134,7 +134,7 @@ public class LogSpoofing extends LessonAdapter
|
||||
protected List<String> getHints(WebSession s)
|
||||
{
|
||||
List<String> hints = new ArrayList<String>();
|
||||
hints.add("Try to fool the humane eye by using new lines.");
|
||||
hints.add("Try to fool the human eye by using new lines.");
|
||||
hints.add("Use CR (%0d) and LF (%0a) for a new line.");
|
||||
hints.add("Try: Smith%0d%0aLogin Succeeded for username: admin");
|
||||
hints
|
||||
|
Reference in New Issue
Block a user