Skip to content

Commit 3f18599

Browse files
committed
Merge branch 'master' into improve/dashboard_overall_speed
2 parents 8951bfe + 28ace84 commit 3f18599

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/dao/src/main/java/com/akto/util/enums/GlobalEnums.java

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ public enum TestCategory {
4444
LFI("LFI", Severity.HIGH, "Local File Inclusion (LFI)", "Local File Inclusion"),
4545
XSS("XSS", Severity.HIGH, "Cross-site scripting (XSS)", "Cross-site scripting"),
4646
IIM("IIM", Severity.HIGH, "Improper Inventory Management (IIM)", "Improper Inventory Management"),
47+
INJECT("INJECT", Severity.MEDIUM, "Injection Attacks (INJECT)", "Injection Attacks"),
48+
INPUT("INPUT", Severity.MEDIUM, "Input Validation (INPUT)", "Input Validation"),
4749
LLM("LLM",Severity.HIGH,"LLM (Large Language Models) Top 10","LLM");
4850

4951
private final String name;

0 commit comments

Comments
 (0)