Skip to content

Commit

Permalink
Merge pull request #1403 from akto-api-security/feature/add_new_test_…
Browse files Browse the repository at this point in the history
…category

added new category
  • Loading branch information
avneesh-akto authored Aug 24, 2024
2 parents c2c19ba + 4f6f080 commit 4ca2ca3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public enum TestCategory {
XSS("XSS", Severity.HIGH, "Cross-site scripting (XSS)", "Cross-site scripting"),
IIM("IIM", Severity.HIGH, "Improper Inventory Management (IIM)", "Improper Inventory Management"),
INJECT("INJECT", Severity.MEDIUM, "Injection Attacks (INJECT)", "Injection Attacks"),
INPUT("INPUT", Severity.MEDIUM, "Input Validation (INPUT)", "Input Validation"),
LLM("LLM",Severity.HIGH,"LLM (Large Language Models) Top 10","LLM");

private final String name;
Expand Down

0 comments on commit 4ca2ca3

Please sign in to comment.