mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds support to MATCHED_VAR variable
This commit is contained in:
@@ -169,6 +169,7 @@ class Assay {
|
||||
std::string* resolve_variable_first(std::string);
|
||||
|
||||
void store_variable(std::string, const std::string &value);
|
||||
bool update_variable_first(std::string var, const std::string &value);
|
||||
|
||||
ModSecurityStringVariables m_variables_strings;
|
||||
|
||||
|
Reference in New Issue
Block a user