mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds support to the action `accuracy'
This commit is contained in:
@@ -19,6 +19,7 @@ class Driver;
|
||||
|
||||
#include "modsecurity/modsecurity.h"
|
||||
|
||||
#include "actions/accuracy.h"
|
||||
#include "actions/action.h"
|
||||
#include "actions/audit_log.h"
|
||||
#include "actions/ctl_audit_log_parts.h"
|
||||
@@ -60,6 +61,7 @@ class Driver;
|
||||
|
||||
using modsecurity::ModSecurity;
|
||||
|
||||
using modsecurity::actions::Accuracy;
|
||||
using modsecurity::actions::Action;
|
||||
using modsecurity::actions::CtlAuditLogParts;
|
||||
using modsecurity::actions::InitCol;
|
||||
@@ -837,7 +839,7 @@ act:
|
||||
}
|
||||
| ACTION_ACCURACY
|
||||
{
|
||||
$$ = Action::instantiate($1);
|
||||
$$ = new Accuracy($1);
|
||||
}
|
||||
| ACTION_EXEC
|
||||
{
|
||||
|
Reference in New Issue
Block a user