mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Adds variable TX and action "capture".
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
namespace ModSecurity {
|
||||
namespace actions {
|
||||
|
||||
bool AuditLog::evaluate(Assay *assay) {
|
||||
bool AuditLog::evaluate(Rule *rule, Assay *assay) {
|
||||
assay->save_in_auditlog = true;
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user