mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Using values after transformation at MATCHED_VARS
This commit is contained in:
parent
7c50fa7c00
commit
dba73f5367
@ -768,7 +768,7 @@ bool Rule::evaluate(Transaction *trans,
|
||||
ruleMessage->m_reference.append(i->toText());
|
||||
}
|
||||
ruleMessage->m_reference.append(*valueTemp.second);
|
||||
updateMatchedVars(trans, key, value);
|
||||
updateMatchedVars(trans, key, valueAfterTrans);
|
||||
executeActionsIndependentOfChainedRuleResult(trans,
|
||||
&containsBlock, ruleMessage);
|
||||
globalRet = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user