Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Enabled bool `json:"enabled" yaml:"enabled"` ScannersList []string `yaml:"scanners_list" mapstructure:"scanners_list"` Inputs []Input `yaml:"inputs" mapstructure:"inputs"` InputFromVuln bool `yaml:"input_from_vuln" mapstructure:"input_from_vuln"` ScannersConfig *common.ScannersConfig `yaml:"scanners_config" mapstructure:"scanners_config"` }
type Exploits ¶
type Exploits struct {
// contains filtered or unexported fields
}
func (Exploits) GetType ¶
func (e Exploits) GetType() types.FamilyType
type MergedExploit ¶
type MergedExploits ¶
type MergedExploits []MergedExploit
func NewMergedExploits ¶
func NewMergedExploits() MergedExploits
func (MergedExploits) Merge ¶
func (m MergedExploits) Merge(other *common.Results) MergedExploits
Click to show internal directories.
Click to hide internal directories.