Sebastien Blot hace 1 año
padre
commit
008480420c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
 	}
 }