Skip to content

Commit

Permalink
enhancement: add logdata to appsec AccumlateTxToEvent (#3383)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones authored Dec 27, 2024
1 parent 78f4b85 commit 5c0c4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/acquisition/modules/appsec/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 5c0c4f9

Please sign in to comment.