mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Fix log while displaying the name of a dict selection by regex
This commit is contained in:
@@ -60,7 +60,7 @@ class ArgsGetNames_NoDictElement : public Variable {
|
||||
class ArgsGetNames_DictElementRegexp : public Variable {
|
||||
public:
|
||||
explicit ArgsGetNames_DictElementRegexp(std::string dictElement)
|
||||
: Variable("ARGS_GET_NAMES"),
|
||||
: Variable("ARGS_GET_NAMES:regex(" + dictElement + ")"),
|
||||
m_r(dictElement) { }
|
||||
|
||||
void evaluate(Transaction *transaction,
|
||||
|
Reference in New Issue
Block a user