Sebastien Blot 1 year ago
parent
commit
008480420c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/waf/waf_helpers.go

+ 1 - 1
pkg/waf/waf_helpers.go

@@ -49,7 +49,7 @@ func GetPreEvalEnv(w *WaapRuntimeConfig, request *ParsedRequest) map[string]inte
 		"RemoveInBandRuleByID":  w.RemoveInbandRuleByID,
 		"RemoveOutBandRuleByID": w.RemoveOutbandRuleByID,
 		"SetRemediationByTag":   w.SetActionByTag,
-		"SetRemdiationByID":     w.SetActionByID,
+		"SetRemediationByID":    w.SetActionByID,
 	}
 }