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