Skip to content

Commit

Permalink
enhancement: add logdata to appsec AccumlateTxToEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones committed Dec 27, 2024
1 parent 78f4b85 commit 2abb884
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 2abb884

Please sign in to comment.