mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
actions: Compute the rule association during relus load
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "modsecurity/intervention.h"
|
||||
#include "modsecurity/rule.h"
|
||||
|
||||
|
||||
#ifndef HEADERS_MODSECURITY_ACTIONS_ACTION_H_
|
||||
#define HEADERS_MODSECURITY_ACTIONS_ACTION_H_
|
||||
|
||||
@@ -32,7 +33,7 @@
|
||||
namespace modsecurity {
|
||||
class Transaction;
|
||||
class RuleWithActions;
|
||||
|
||||
class RunTimeString;
|
||||
|
||||
namespace actions {
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#include "modsecurity/modsecurity.h"
|
||||
#include "modsecurity/variable_value.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
namespace modsecurity {
|
||||
|
||||
Reference in New Issue
Block a user