mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 10:44:25 +03:00
Adds variable TX and action "capture".
This commit is contained in:
@@ -34,7 +34,7 @@ class AuditLog : public Action {
|
||||
explicit AuditLog(std::string action)
|
||||
: Action(action, RunTimeOnlyIfMatchKind) { }
|
||||
|
||||
bool evaluate(Assay *assay) override;
|
||||
bool evaluate(Rule *rule, Assay *assay) override;
|
||||
};
|
||||
|
||||
} // namespace actions
|
||||
|
||||
Reference in New Issue
Block a user