Reorder categories to be alphabetized

Changed unvalidated input to parameter tampering

git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@346 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64
2008-04-22 16:45:29 +00:00
parent cabc905d4b
commit ba26dd3a84
4 changed files with 30 additions and 30 deletions

View File

@ -226,7 +226,7 @@ public class JavaScriptValidation extends LessonAdapter
*/
protected Category getDefaultCategory()
{
return Category.UNVALIDATED_PARAMETERS;
return Category.PARAMETER_TAMPERING;
}
/**