Jan_31_2024-Dev

This commit is contained in:
Ned Wright
2024-01-31 17:34:53 +00:00
parent 752a5785f0
commit 6d67818a94
376 changed files with 8101 additions and 7064 deletions

View File

@@ -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,