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: {unknownbinariesanno.New}}
FFA (Full Filesystem Accountability) related annotators.
View Source
var Misc = InitMap{ npmsource.Name: {npmsource.New}, dpkgsource.Name: {dpkgsource.New}, brewsource.Name: {brewsource.New}, }
Misc annotators.
View Source
var VEX = InitMap{ apk.Name: {apk.New}, cachedir.Name: {cachedir.New}, cos.Name: {cos.New}, dpkg.Name: {dpkg.New}, rpm.Name: {rpm.New}, noexecutabledpkg.Name: {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.