overhaul node package and nsp analyzer

This commit is contained in:
Jeremy Long
2017-11-25 11:13:02 -05:00
parent 0b32d3b991
commit 332bbe72aa
10 changed files with 432 additions and 73 deletions

View File

@@ -443,9 +443,9 @@ public final class Settings {
*/
public static final String UPDATE_VERSION_CHECK_ENABLED = "updater.versioncheck.enabled";
/**
* The key to determine which ecosystems should skip the NVD CVE analysis.
* The key to determine which ecosystems should skip the CPE analysis.
*/
public static final String ECOSYSTEM_SKIP_NVDCVE = "ecosystem.skip.nvdcve";
public static final String ECOSYSTEM_SKIP_CPEANALYZER = "ecosystem.skip.cpeanalyzer";
/**
* private constructor because this is a "utility" class containing