filter version numbers for issue #575

This commit is contained in:
Jeremy Long
2017-01-14 09:41:34 -05:00
parent 5ab5a7b72b
commit 523cd23b6b
5 changed files with 239 additions and 0 deletions

View File

@@ -370,6 +370,10 @@ public final class Settings {
* The key to determine if the Hint analyzer is enabled.
*/
public static final String ANALYZER_HINT_ENABLED = "analyzer.hint.enabled";
/**
* The key to determine if the Version Filter analyzer is enabled.
*/
public static final String ANALYZER_VERSION_FILTER_ENABLED = "analyzer.versionfilter.enabled";
/**
* The key to determine if the NVD CVE analyzer is enabled.
*/