mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 19:47:44 +03:00
Feb 15th 2023 update
This commit is contained in:
@@ -160,8 +160,10 @@ private:
|
||||
|
||||
std::string name;
|
||||
std::string verbosity;
|
||||
std::string url_for_syslog = "";
|
||||
std::string url_for_cef = "";
|
||||
std::string url_for_syslog = "UDP";
|
||||
std::string url_for_cef = "UDP";
|
||||
std::string syslog_protocol = "";
|
||||
std::string cef_protocol = "";
|
||||
Flags<ReportIS::StreamType> active_streams;
|
||||
Flags<SecurityType> should_log_on_detect;
|
||||
Flags<SecurityType> should_log_on_prevent;
|
||||
|
Reference in New Issue
Block a user