mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 08:13:43 +01:00
Added support for retiring analyzers (disabled by default) and retired the NodePackageAnalyzer.
This commit is contained in:
@@ -256,6 +256,10 @@ public final class Settings {
|
||||
* The properties key for whether experimental analyzers are loaded.
|
||||
*/
|
||||
public static final String ANALYZER_EXPERIMENTAL_ENABLED = "analyzer.experimental.enabled";
|
||||
/**
|
||||
* The properties key for whether experimental analyzers are loaded.
|
||||
*/
|
||||
public static final String ANALYZER_RETIRED_ENABLED = "analyzer.retired.enabled";
|
||||
/**
|
||||
* The properties key for whether the Archive analyzer is enabled.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user