Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateExploitFindingUniqueKey ¶
func GenerateExploitFindingUniqueKey(exploit models.ExploitFindingInfo) string
GenerateExploitFindingUniqueKey Unique key for an exploit today is SourceDB + CVE ID + the discovering URLs.
func GenerateFindingKey ¶
func GenerateFindingKey(findingInfo *models.Finding_FindingInfo) (string, error)
Types ¶
type MalwareKey ¶
func GenerateMalwareKey ¶
func GenerateMalwareKey(info models.MalwareFindingInfo) MalwareKey
func (MalwareKey) String ¶
func (k MalwareKey) String() string
type MisconfigurationKey ¶
MisconfigurationKey One test can report multiple misconfigurations so we need to include the message in the unique key.
func GenerateMisconfigurationKey ¶
func GenerateMisconfigurationKey(info models.MisconfigurationFindingInfo) MisconfigurationKey
func (MisconfigurationKey) String ¶
func (k MisconfigurationKey) String() string
type PackageKey ¶
func GeneratePackageKey ¶
func GeneratePackageKey(info models.PackageFindingInfo) PackageKey
func (PackageKey) String ¶
func (k PackageKey) String() string
type RootkitKey ¶
func GenerateRootkitKey ¶
func GenerateRootkitKey(info models.RootkitFindingInfo) RootkitKey
func (RootkitKey) String ¶
func (k RootkitKey) String() string
type SecretKey ¶
func GenerateSecretKey ¶
func GenerateSecretKey(secret models.SecretFindingInfo) SecretKey
Click to show internal directories.
Click to hide internal directories.