mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support to the ARGS_GET variable
This commit is contained in:
@@ -218,6 +218,7 @@ int Assay::processURI(const char *uri, const char *protocol,
|
||||
|
||||
std::vector<std::string> key_value = split(t, sep2);
|
||||
store_variable("ARGS:" + key_value[0], key_value[1]);
|
||||
store_variable("ARGS_GET:" + key_value[0], key_value[1]);
|
||||
this->m_ARGScombinedSize = this->m_ARGScombinedSize + \
|
||||
key_value[0].length() + key_value[1].length();
|
||||
this->m_ARGScombinedSizeStr->assign(
|
||||
|
Reference in New Issue
Block a user