mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 09:37:38 +01:00
filter version numbers for issue #575
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user