mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Extends the direct access model to other collections
This commit is contained in:
committed by
Felipe Zimmerle
parent
ca24b6bb06
commit
f2d149fc5f
@@ -34,7 +34,8 @@ class ArgsGetNames : public Variable {
|
||||
ArgsGetNames()
|
||||
: Variable("ARGS_GET_NAMES") { }
|
||||
|
||||
void evaluateInternal(Transaction *transaction,
|
||||
void evaluate(Transaction *transaction,
|
||||
Rule *rule,
|
||||
std::vector<const collection::Variable *> *l) {
|
||||
transaction->m_variableArgGetNames.evaluate(l);
|
||||
}
|
||||
|
Reference in New Issue
Block a user