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:
@@ -23,6 +23,8 @@ struct DecisionTelemetryData
|
||||
std::string practiceId;
|
||||
std::string practiceName;
|
||||
std::string source;
|
||||
TrafficMethod method;
|
||||
int responseCode;
|
||||
std::set<std::string> attackTypes;
|
||||
|
||||
DecisionTelemetryData() :
|
||||
@@ -32,6 +34,8 @@ struct DecisionTelemetryData
|
||||
practiceId(),
|
||||
practiceName(),
|
||||
source(),
|
||||
method(POST),
|
||||
responseCode(0),
|
||||
attackTypes()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user