package
2.1.4-stackrox+incompatible
Repository: https://github.com/stackrox/scanner.git
Documentation: pkg.go.dev

# Packages

Package nvd implements a vulnerability metadata appender using the NIST NVD database.

# Functions

Appenders returns the list of the registered Appenders.
RegisterAppender makes an Appender available by the provided name.

# Interfaces

Appender represents anything that can fetch vulnerability metadata and append it to a Vulnerability.
No description provided by the author

# Type aliases

AppendFunc is the type of a callback provided to an Appender.