We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e968888 commit 8d5811aCopy full SHA for 8d5811a
ngx-modsec.stp
@@ -14,8 +14,8 @@ probe process("/usr/local/lib/libmodsecurity.so.3").function("evaluate@rule.cc*"
14
probe process("/usr/local/lib/libmodsecurity.so.3").function("evaluate@rule.cc*").return
15
{
16
elapsed_rule = gettimeofday_us() - begin_rule
17
- rules[$this->rule_id] <<< elapsed_rule
18
- rules_phase[$this->rule_id] = $this->phase
+ rules[$this->m_ruleId] <<< elapsed_rule
+ rules_phase[$this->m_ruleId] = $this->m_phase
19
}
20
21
0 commit comments