()
| 147 | } |
| 148 | |
| 149 | func (this *RuleSet) ActionCodes() []string { |
| 150 | return this.actionCodes |
| 151 | } |
| 152 | |
| 153 | func (this *RuleSet) PerformActions(waf *WAF, group *RuleGroup, req requests.Request, writer http.ResponseWriter) PerformResult { |
| 154 | if len(waf.Mode) != 0 && waf.Mode != firewallconfigs.FirewallModeDefend { |
no outgoing calls
no test coverage detected