MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / ActionCodes

Method ActionCodes

internal/waf/rule_set.go:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

checkWAFRequestMethod · 0.80
checkWAFResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected