Refactoring: new structure for logging alerts

Disruptive actions were moved to actions::disruptive namespace
This commit is contained in:
Felipe Zimmerle
2016-12-01 14:14:54 -03:00
parent bfc30dad34
commit cce6179dcc
14 changed files with 98 additions and 52 deletions

View File

@@ -19,8 +19,8 @@
#include "modsecurity/transaction.h"
#include "modsecurity/rule_message.h"
#ifndef SRC_ACTIONS_DENY_H_
#define SRC_ACTIONS_DENY_H_
#ifndef SRC_ACTIONS_DISRUPTIVE_DENY_H_
#define SRC_ACTIONS_DISRUPTIVE_DENY_H_
namespace modsecurity {
namespace actions {
@@ -41,4 +41,4 @@ class Deny : public Action {
} // namespace actions
} // namespace modsecurity
#endif // SRC_ACTIONS_DENY_H_
#endif // SRC_ACTIONS_DISRUPTIVE_DENY_H_