mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Adds variable TX and action "capture".
This commit is contained in:
@@ -37,6 +37,7 @@ class SMatch {
|
||||
SMatch() : size_(0) { }
|
||||
size_t size() { return size_; }
|
||||
int size_;
|
||||
std::string match;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user