Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionDisplay ¶
type ActionExpanded ¶
type ActionExpanded ActionForUserState
func (ActionExpanded) Summary ¶
func (a ActionExpanded) Summary() (any, error)
type ActionForUserState ¶
type ActionForUserState struct {
ID string `json:"id"`
Key string `json:"key"`
Name string `json:"name"`
ReleaseDate time.Time `json:"release_date"`
Description string `json:"description"`
Severity string `json:"severity"`
Exposures []string `json:"exposures"`
Platforms []string `json:"platforms"`
Info ActionInfoForUserState `json:"info"`
Type string `json:"type"`
Display ActionDisplay `json:"display"`
MitreTactics []models.MitreTacticTechnique `json:"mitre"`
Rules []models.Rule `json:"rules"`
Conditions []string `json:"conditions"`
Tags models.Tag `json:"tags"`
}
type ActionInfoForUserState ¶
type ActionInfoForUserState struct {
Steps []ActionStepForUserState `json:"steps"`
}
type ActionStepForUserState ¶
type ActionStepForUserState struct {
Description string `json:"description"`
}
Click to show internal directories.
Click to hide internal directories.