Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullDocument ¶
type FullDocument struct { ScanStartTime time.Time `json:"scan_start_time"` ScanID string `json:"scan_id"` ToolName string `json:"tool_name"` Source string `json:"source"` Target string `json:"target"` Type string `json:"type"` Title string `json:"title"` Severity v1.Severity `json:"severity"` CVSS float64 `json:"cvss"` Confidence v1.Confidence `json:"confidence"` Description string `json:"description"` FirstFound time.Time `json:"first_found"` Count uint64 `json:"count"` FalsePositive bool `json:"false_positive"` CVE string `json:"cve"` }
FullDocument represents a complete slack message that will be sent if the long-format switch is set.
Click to show internal directories.
Click to hide internal directories.