Merge branch 'master' of https://github.com/stevespringett/DependencyCheck into stevespringett-master

This commit is contained in:
Jeremy Long
2017-05-21 07:29:05 -04:00
17 changed files with 1233 additions and 35 deletions

View File

@@ -258,6 +258,14 @@ public final class Settings {
* enabled.
*/
public static final String ANALYZER_NODE_PACKAGE_ENABLED = "analyzer.node.package.enabled";
/**
* The properties key for whether the Node Security Platform (nsp) analyzer is enabled.
*/
public static final String ANALYZER_NSP_PACKAGE_ENABLED = "analyzer.nsp.package.enabled";
/**
* The properties key for whether the Nexus analyzer is enabled.
*/
public static final String ANALYZER_NSP_URL = "analyzer.nsp.url";
/**
* The properties key for whether the composer lock file analyzer is
* enabled.