Versions in this module Expand all Collapse all v0 v0.6.0 Nov 8, 2023 Changes in this version + type Config struct + Enabled bool + InputFromVuln bool + Inputs []types.Input + ScannersConfig *common.ScannersConfig + ScannersList []string + type Exploits struct + func New(conf Config) *Exploits + func (e Exploits) GetType() types.FamilyType + func (e Exploits) Run(ctx context.Context, res *results.Results) (interfaces.IsResults, error) + type MergedExploit struct + IdentifiedByScanners []string + type MergedExploits []MergedExploit + func NewMergedExploits() MergedExploits + func (m MergedExploits) Merge(other *common.Results) MergedExploits + type Results struct + Exploits MergedExploits + Metadata types.Metadata + func (*Results) IsResults()