Documentation
¶
Overview ¶
Package binary implements a detector that uses govulncheck to scan for vulns on Go binaries found on the filesystem.
Index ¶
- Constants
- func New(cfg *cpb.PluginConfig) detector.Detector
- type Detector
- func (d Detector) DetectedFinding() inventory.Finding
- func (Detector) Name() string
- func (Detector) RequiredExtractors() []string
- func (d Detector) Requirements() *plugin.Capabilities
- func (d Detector) Scan(ctx context.Context, scanRoot *scalibrfs.ScanRoot, ...) (inventory.Finding, error)
- func (Detector) Version() int
Constants ¶
View Source
const (
// Name is the unique name of this detector.
Name = "govulncheck/binary"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Detector ¶
type Detector struct {
// contains filtered or unexported fields
}
Detector is a SCALIBR Detector that uses govulncheck to scan for vulns on Go binaries found on the filesystem.
func (Detector) DetectedFinding ¶ added in v0.3.1
DetectedFinding returns generic vulnerability information about what is detected. TODO: b/428851334 - For now, we do not return any advisories. But we want to be able to propagate detection capabilities here.
func (Detector) RequiredExtractors ¶
RequiredExtractors returns the go binary extractor.
func (Detector) Requirements ¶ added in v0.1.3
func (d Detector) Requirements() *plugin.Capabilities
Requirements of the detector.
Click to show internal directories.
Click to hide internal directories.