owasp top10-2021 (#1235)

This commit is contained in:
René Zubcevic
2022-04-11 21:12:41 +02:00
committed by GitHub
parent 02c3f9551f
commit b32240f96b
27 changed files with 36 additions and 55 deletions

View File

@@ -37,7 +37,7 @@ public class SpoofCookie extends Lesson {
@Override
public Category getDefaultCategory() {
return Category.SESSION_MANAGEMENT;
return Category.A1;
}
@Override