# 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.
# Type aliases
AppendFunc is the type of a callback provided to an Appender.