mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 20:36:12 +02:00
enhancement: add logdata to appsec AccumlateTxToEvent (#3383)
This commit is contained in:
parent
78f4b85311
commit
5c0c4f9fa6
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ func (r *AppsecRunner) AccumulateTxToEvent(evt *types.Event, req *appsec.ParsedR
|
|||
"hash": hash,
|
||||
"version": version,
|
||||
"matched_zones": matchedZones,
|
||||
"logdata": rule.Data(),
|
||||
}
|
||||
evt.Appsec.MatchedRules = append(evt.Appsec.MatchedRules, corazaRule)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue