list

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2025 License: Apache-2.0, BSD-3-Clause Imports: 19 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 Default = InitMap{}

Default detectors that are recommended to be enabled.

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

EndOfLife detectors.

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

Govulncheck detectors.

Misc detectors for miscellaneous security issues.

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:  {noCFG(codeserver.NewDefault)},
	etcshadow.Name:   {noCFG(etcshadow.New)},
	filebrowser.Name: {noCFG(filebrowser.New)},
	winlocal.Name:    {noCFG(winlocal.New)},
}

Weakcredentials detectors for weak credentials.

Functions

func DetectorsFromName added in v0.3.1

func DetectorsFromName(name string, cfg *cpb.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 *cpb.PluginConfig) detector.Detector

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