Skip to content

Commit

Permalink
add different attack types
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay288 committed Sep 27, 2022
1 parent 15cf238 commit cbdc94c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ export const VULNERABILITY_ALERT_TYPES = [

export enum AttackType {
HIGH_USAGE_SENSITIVE_ENDPOINT = "High Usage on Sensitive Endpoint",
ANOMOLOUS_USAGE = "Anomolous Usage",
HIGH_ERROR_RATE = "High Error Rate",
ANOMALOUS_CALL_ORDER = "Anomalous Call Order",
UNAUTHENTICATED_ACCESS = "Unauthenticated Access",
BOLA = "Broken Object Level Authorization",
}

export enum ConnectionType {
Expand Down

0 comments on commit cbdc94c

Please sign in to comment.