mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 19:47:44 +03:00
Jan_31_2024-Dev
This commit is contained in:
@@ -24,6 +24,15 @@
|
||||
#define MAX_FINAL_SCORE 10.0
|
||||
#define ATTACK_IN_PARAM "attack_in_param"
|
||||
|
||||
enum TrafficMethod {
|
||||
POST,
|
||||
GET,
|
||||
PUT,
|
||||
PATCH,
|
||||
DELETE,
|
||||
OTHER
|
||||
};
|
||||
|
||||
enum ThreatLevel {
|
||||
NO_THREAT = 0,
|
||||
THREAT_INFO,
|
||||
|
Reference in New Issue
Block a user