mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix rules `messages' on the auditlog
This commit is contained in:
@@ -270,12 +270,6 @@ class Transaction {
|
||||
*/
|
||||
std::list<modsecurity::RuleMessage *> m_rulesMessages;
|
||||
|
||||
/**
|
||||
* The list m_ruleTags contains all tags that were specified by the
|
||||
* action `tag'.
|
||||
*/
|
||||
std::list<std::string> m_ruleTags;
|
||||
|
||||
/**
|
||||
* Holds the request body, in case of any.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user