mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Computes auditlog during rules load time
This commit is contained in:
@@ -130,6 +130,8 @@ class RuleMessage {
|
||||
std::string getUri() const;
|
||||
bool isDisruptive() const;
|
||||
|
||||
bool toBeAuditLog() const;
|
||||
|
||||
int m_severity;
|
||||
std::list<std::string> m_tags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user