list

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2025 License: Apache-2.0 Imports: 18 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.

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.

Weakcredentials detectors for weak credentials.

Functions

func DetectorsFromName added in v0.3.1

func DetectorsFromName(name string) ([]detector.Detector, error)

DetectorsFromName returns a list of detectors from a name.

Types

type InitFn added in v0.1.7

type InitFn func() 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