Adds support to MATCHED_VARS variable

This commit is contained in:
Felipe Zimmerle
2015-07-21 14:12:15 -03:00
parent 9d69501961
commit 09867791c7
5 changed files with 101 additions and 2 deletions

View File

@@ -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;