list

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: Apache-2.0, BSD-3-Clause, MIT Imports: 24 Imported by: 0

Documentation

Overview

Package list provides a public list of SCALIBR-internal detection plugins.

Index

Constants

This section is empty.

Variables

All detectors internal to SCALIBR.

CIS scanning related detectors.

View Source
var CVE = InitMap{

	cve20257775.Name: {protoCfg(cve20257775.New)},
}

CVE for vulnerabilities that have a CVE associated

View Source
var Default = InitMap{}

Default detectors that are recommended to be enabled.

View Source
var EndOfLife = InitMap{linuxdistro.Name: {protoCfg(linuxdistro.New)}}

EndOfLife detectors.

View Source
var Govulncheck = InitMap{binary.Name: {protoCfg(binary.New)}}

Govulncheck detectors.

Misc detectors for miscellaneous security issues.

View Source
var SupplyChain = InitMap{

	canisterworm.Name: {protoCfg(canisterworm.New)},
}

SupplyChain related vulnerability detectors.

Untested CVE scanning related detectors - since they don't have proper testing they might not work as expected in the future. TODO(b/405223999): Add tests.

View Source
var Weakcredentials = InitMap{
	codeserver.Name:  {protoCfg(codeserver.New)},
	etcshadow.Name:   {protoCfg(etcshadow.New)},
	filebrowser.Name: {protoCfg(filebrowser.New)},
	winlocal.Name:    {protoCfg(winlocal.New)},
}

Weakcredentials detectors for weak credentials.

Functions

func DetectorsFromName added in v0.3.1

func DetectorsFromName(name string, cfg *config.PluginConfig) ([]detector.Detector, error)

DetectorsFromName returns a list of detectors from a name.

Types

type InitFn added in v0.1.7

type InitFn func(cfg *config.PluginConfig) (detector.Detector, error)

InitFn is the detector initializer function.

type InitMap added in v0.1.7

type InitMap map[string][]InitFn

InitMap is a map of detector names to their initers.

Jump to

Keyboard shortcuts

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