list

package
v0.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2026 License: Apache-2.0, BSD-3-Clause, MIT Imports: 15 Imported by: 0

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.

FFA (Full Filesystem Accountability) related annotators.

Misc annotators.

VEX generation related annotators.

Functions

func AnnotatorsFromName added in v0.3.1

func AnnotatorsFromName(name string, cfg *cpb.PluginConfig) ([]annotator.Annotator, error)

AnnotatorsFromName returns a list of annotators from a name.

Types

type InitFn

type InitFn func(cfg *cpb.PluginConfig) (annotator.Annotator, error)

InitFn is the annotator initializer function.

type InitMap

type InitMap map[string][]InitFn

InitMap is a map of annotator names to their initers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL