Skip to content

Commit

Permalink
add cves and update fireItem too
Browse files Browse the repository at this point in the history
  • Loading branch information
AlteredCoder committed Jan 19, 2025
1 parent ff4b8cd commit ce93cfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/cticlient/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type SmokeItem struct {
BackgroundNoiseScore *int `json:"background_noise_score"`
Scores CTIScores `json:"scores"`
References []CTIReferences `json:"references"`
CVEs []string `json:"cves"`
IsOk bool `json:"-"`
}

Expand Down Expand Up @@ -123,6 +124,10 @@ type FireItem struct {
BackgroundNoiseScore *int `json:"background_noise_score"`
Scores CTIScores `json:"scores"`
References []CTIReferences `json:"references"`
CVEs []string `json:"cves"`
Reputation string `json:"reputation"`
BackgroundNoise string `json:"background_noise"`
Confidence string `json:"confidence"`
State string `json:"state"`
Expiration CustomTime `json:"expiration"`
}
Expand Down

0 comments on commit ce93cfd

Please sign in to comment.