Skip to content

Commit

Permalink
added attacker ip (#430)
Browse files Browse the repository at this point in the history
Signed-off-by: Afek Berger <[email protected]>
  • Loading branch information
afek854 authored Jan 21, 2025
1 parent 3dc88b0 commit 3d04711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions armotypes/runtimeincidents.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ type HttpRuleAlert struct {
Body string `json:"body,omitempty" bson:"body,omitempty"` // e.g., "<html>...</html>"
Proto string `json:"proto,omitempty" bson:"proto,omitempty"` // e.g., "HTTP/1.1"
} `json:"response,omitempty" bson:"response,omitempty"`

AttackerIp string `json:"attackerIp,omitempty" bson:"attackerIp,omitempty"`
}

type AdmissionAlert struct {
Expand Down

0 comments on commit 3d04711

Please sign in to comment.