mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support to the allow action
This commit is contained in:
@@ -73,6 +73,7 @@ class Rules;
|
||||
class RuleMessage;
|
||||
namespace actions {
|
||||
class Action;
|
||||
enum AllowType : short;
|
||||
}
|
||||
namespace RequestBodyProcessor {
|
||||
class XML;
|
||||
@@ -310,6 +311,11 @@ class Transaction {
|
||||
*/
|
||||
int m_skip_next;
|
||||
|
||||
/**
|
||||
* If allow action was utilized, this variable holds the allow type.
|
||||
*/
|
||||
modsecurity::actions::AllowType m_allowType;
|
||||
|
||||
/**
|
||||
* Holds the decode URI. Notice that m_uri holds the raw version
|
||||
* of the URI.
|
||||
|
Reference in New Issue
Block a user