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

@@ -30,7 +30,7 @@ import org.springframework.stereotype.Component;
public class Cryptography extends Lesson {
@Override
public Category getDefaultCategory() {
return Category.GENERAL;
return Category.A2;
}
@Override