actions: Compute the rule association during relus load

This commit is contained in:
Felipe Zimmerle
2020-05-18 15:08:17 -03:00
parent 58407720dc
commit 9b54b8e8ae
74 changed files with 718 additions and 374 deletions

View File

@@ -27,7 +27,6 @@ namespace modsecurity {
namespace variables {
void HighestSeverity::evaluate(Transaction *transaction,
RuleWithActions *rule,
std::vector<const VariableValue *> *l) {
transaction->m_variableHighestSeverityAction.assign(
std::to_string(transaction->m_highestSeverityAction));