Move XXE to A05 - Security Misconfiguration

This commit is contained in:
Nanne Baars
2023-01-05 18:51:47 +01:00
committed by Nanne Baars
parent 11776e1d6a
commit 59bfd7c6d4
2 changed files with 1 additions and 2 deletions

View File

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