Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithSecuritySourcesURL ¶
func WithSecuritySourcesURL(url string) option
func WithSourcesURL ¶
func WithSourcesURL(url string) option
func WithTrackerURL ¶
func WithTrackerURL(url string) option
func WithVulnListDir ¶
func WithVulnListDir(dir string) option
Types ¶
type Annotation ¶
type Annotation struct { Original string `json:",omitempty"` Line int `json:",omitempty"` Type string `json:",omitempty"` Release string `json:",omitempty"` Package string `json:",omitempty"` Kind string `json:",omitempty"` Version string `json:",omitempty"` Description string `json:",omitempty"` Bugs []string `json:",omitempty"` // inner annotations Severity string `json:",omitempty"` BugNo int `json:",omitempty"` }
type Bug ¶
type Bug struct { Header *Header Annotations []*Annotation }
type Distribution ¶
Click to show internal directories.
Click to hide internal directories.