owasp categories

This commit is contained in:
Rene Zubcevic
2019-04-02 18:07:53 +02:00
committed by Nanne Baars
parent bc0d803123
commit 63a1097466
2 changed files with 18 additions and 9 deletions

View File

@ -39,7 +39,7 @@ public class XXE extends NewLesson {
@Override
public Category getDefaultCategory() {
return Category.INJECTION;
return Category.XXE;
}
@Override