Documentation
¶
Overview ¶
Package list provides a list of annotation plugins.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var All = concat( VEX, Misc, FFA, )
All annotators.
Default detectors that are recommended to be enabled.
View Source
var FFA = InitMap{unknownbinariesanno.Name: {noCFG(unknownbinariesanno.New)}}
FFA (Full Filesystem Accountability) related annotators.
View Source
var Misc = InitMap{ npmsource.Name: {noCFG(npmsource.New)}, dpkgsource.Name: {noCFG(dpkgsource.New)}, }
Misc annotators.
View Source
var VEX = InitMap{ apk.Name: {noCFG(apk.New)}, cachedir.Name: {noCFG(cachedir.New)}, cos.Name: {noCFG(cos.New)}, dpkg.Name: {noCFG(dpkg.New)}, rpm.Name: {noCFG(rpm.NewDefault)}, noexecutabledpkg.Name: {noCFG(noexecutabledpkg.New)}, }
VEX generation related annotators.
Functions ¶
func AnnotatorsFromName ¶ added in v0.3.1
AnnotatorsFromName returns a list of annotators from a name.
Types ¶
Click to show internal directories.
Click to hide internal directories.