The analyzer configuration extension. Any value not configured will use the dependency-check-core defaults.
| Type | Name and description |
|---|---|
java.lang.Boolean |
archiveEnabledSets whether the Archive Analyzer will be used. |
java.lang.Boolean |
assemblyEnabledSets whether or not the .NET Assembly Analyzer should be used. |
java.lang.Boolean |
autoconfEnabledSets whether or not the autoconf Analyzer should be used. |
java.lang.Boolean |
centralEnabledSets whether Central Analyzer will be used. |
java.lang.Boolean |
cmakeEnabledSets whether or not the CMake Analyzer should be used. |
java.lang.Boolean |
composerEnabledSets whether or not the PHP Composer Lock File Analyzer should be used. |
java.lang.Boolean |
experimentalEnabledSets whether the experimental analyzers will be used. |
java.lang.Boolean |
jarEnabledSets whether Jar Analyzer will be used. |
java.lang.Boolean |
nexusEnabledSets whether Nexus Analyzer will be used. |
java.lang.String |
nexusUrlDefines the Nexus Server's web service end point (example http://domain.enterprise/service/local/). |
java.lang.Boolean |
nexusUsesProxyWhether or not the defined proxy should be used when connecting to Nexus. |
java.lang.Boolean |
nodeEnabledSets whether or not the Node.js Analyzer should be used. |
java.lang.Boolean |
nuspecEnabledSets whether or not the .NET Nuget Nuspec Analyzer will be used. |
java.lang.Boolean |
opensslEnabledSets whether or not the openssl Analyzer should be used. |
java.lang.String |
pathToMonoThe path to Mono for .NET assembly analysis on non-windows systems. |
java.lang.Boolean |
pyDistributionEnabledSets whether the Python Distribution Analyzer will be used. |
java.lang.Boolean |
pyPackageEnabledSets whether the Python Package Analyzer will be used. |
java.lang.Boolean |
rubygemsEnabledSets whether the Ruby Gemspec Analyzer will be used. |
java.lang.String |
zipExtensionsA comma-separated list of additional file extensions to be treated like a ZIP file, the contents will be extracted and analyzed. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Sets whether the Archive Analyzer will be used.
Sets whether or not the .NET Assembly Analyzer should be used.
Sets whether or not the autoconf Analyzer should be used.
Sets whether Central Analyzer will be used. If this analyzer is being disabled there is a good chance you also want to disable the Nexus Analyzer (see below).
Sets whether or not the CMake Analyzer should be used.
Sets whether or not the PHP Composer Lock File Analyzer should be used.
Sets whether the experimental analyzers will be used.
Sets whether Jar Analyzer will be used.
Sets whether Nexus Analyzer will be used. This analyzer is superceded by the Central Analyzer; however, you can configure this to run against a Nexus Pro installation.
Defines the Nexus Server's web service end point (example http://domain.enterprise/service/local/). If not set the Nexus Analyzer will be disabled.
Whether or not the defined proxy should be used when connecting to Nexus.
Sets whether or not the Node.js Analyzer should be used.
Sets whether or not the .NET Nuget Nuspec Analyzer will be used.
Sets whether or not the openssl Analyzer should be used.
The path to Mono for .NET assembly analysis on non-windows systems.
Sets whether the Python Distribution Analyzer will be used.
Sets whether the Python Package Analyzer will be used.
Sets whether the Ruby Gemspec Analyzer will be used.
A comma-separated list of additional file extensions to be treated like a ZIP file, the contents will be extracted and analyzed.