Adds support to MATCHED_VAR variable

This commit is contained in:
Felipe Zimmerle
2015-07-21 11:31:47 -03:00
parent 4f20f5bf74
commit 9d69501961
4 changed files with 107 additions and 0 deletions

View File

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