mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support to the `skip' action
This commit is contained in:
@@ -304,9 +304,15 @@ class Transaction {
|
||||
*/
|
||||
std::string m_marker;
|
||||
|
||||
/**
|
||||
* Holds the amount of rules that should be skipped. If bigger than 0 the
|
||||
* current rule should be skipped and the number needs to be decreased.
|
||||
*/
|
||||
int m_skip_next;
|
||||
|
||||
/**
|
||||
* Holds the decode URI. Notice that m_uri holds the raw version
|
||||
* of the URI.
|
||||
* of the URI.
|
||||
*/
|
||||
std::string m_uri_decoded;
|
||||
|
||||
|
Reference in New Issue
Block a user