Skip to content

Commit

Permalink
pkg/cticlient: Add missing field in SmokeItem
Browse files Browse the repository at this point in the history
  • Loading branch information
AlteredCoder committed Jan 19, 2025
1 parent 7d12b80 commit ff4b8cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cticlient/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ type CTIReferences struct {
type SmokeItem struct {
IpRangeScore int `json:"ip_range_score"`
Ip string `json:"ip"`
Reputation string `json:"reputation"`
BackgroundNoise string `json:"background_noise"`
Confidence string `json:"confidence"`
IpRange *string `json:"ip_range"`
AsName *string `json:"as_name"`
AsNum *int `json:"as_num"`
Expand Down

0 comments on commit ff4b8cd

Please sign in to comment.