add missing file

This commit is contained in:
Sebastien Blot 2024-01-16 17:18:54 +01:00
parent 73d478f351
commit 795b468849
No known key found for this signature in database
GPG key ID: DFC2902F40449F6A

View file

@ -120,7 +120,7 @@ func (r *AppsecRunner) processRequest(tx appsec.ExtendedTransaction, request *ap
request.Tx.ProcessLogging()
//We don't close the transaction here, as it will reset coraza internal state and break variable tracking
err := r.AppsecRuntime.ProcessPostEvalRules(request)
err := r.AppsecRuntime.ProcessPostEvalRules(request, in != nil)
if err != nil {
r.logger.Errorf("unable to process PostEval rules: %s", err)
}