mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds support to the msg action
This commit is contained in:
@@ -239,6 +239,7 @@ class Assay {
|
||||
std::unordered_map<std::string, ModSecurityStringVariables *> collections;
|
||||
|
||||
void debug(int, std::string);
|
||||
void serverLog(const std::string& msg);
|
||||
std::vector<actions::Action *> actions;
|
||||
|
||||
bool save_in_auditlog;
|
||||
@@ -258,6 +259,8 @@ class Assay {
|
||||
|
||||
Rules *m_rules;
|
||||
|
||||
std::list<std::string> rulesMessages;
|
||||
|
||||
private:
|
||||
std::ofstream myfile;
|
||||
ModSecurity *m_ms;
|
||||
|
Reference in New Issue
Block a user