blackstork/nist_nvd plugin
v0.4.2
,
Github
Installation #
To install the plugin, add it to plugin_versions
map in the Fabric global configuration block (see Global configuration for more details), with a version constraint restricting which available versions of the plugin the codebase is compatible with:
fabric {
plugin_versions = {
"blackstork/nist_nvd" = ">= v0.4.2"
}
}