diff --git a/pkg/waf/waf_helpers.go b/pkg/waf/waf_helpers.go index c200d70b8..2973cfd7f 100644 --- a/pkg/waf/waf_helpers.go +++ b/pkg/waf/waf_helpers.go @@ -65,5 +65,6 @@ func GetOnMatchEnv(w *WaapRuntimeConfig, request *ParsedRequest) map[string]inte "SendEvent": w.SendEvent, "CancelAlert": w.CancelAlert, "SendAlert": w.SendAlert, + "DumpRequest": request.DumpRequest, } }