send event for in-band match

This commit is contained in:
Sebastien Blot 2023-12-01 11:16:01 +01:00
parent 0cd2a2da20
commit 1eab34eb3f
No known key found for this signature in database
GPG key ID: DFC2902F40449F6A

View file

@ -120,7 +120,7 @@ func (w *WaapRuntimeConfig) ClearResponse() {
log.Debugf("-> %p", w.Config)
w.Response.Action = w.Config.DefaultPassAction
w.Response.HTTPResponseCode = w.Config.PassedHTTPCode
w.Response.SendEvent = false
w.Response.SendEvent = true
w.Response.SendAlert = true
}