Move XXE lesson to category A3: Injection

This commit is contained in:
Nanne Baars 2022-07-19 23:10:12 +02:00 committed by Nanne Baars
parent 260168bb3f
commit 06b7244de7

View File

@ -31,7 +31,7 @@ public class XXE extends Lesson {
@Override
public Category getDefaultCategory() {
return Category.A5;
return Category.A3;
}
@Override