| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_ZIP_EXTENSIONS
The CLI argument name for setting extra extensions.
|
static String |
ADVANCED_HELP
The long CLI argument name asking for advanced help.
|
static String |
APP_NAME
Deprecated.
project should be used instead
|
static String |
APP_NAME_SHORT
Deprecated.
project should be used instead
|
static String |
CONNECTION_STRING
The CLI argument name for setting the connection string.
|
static String |
CONNECTION_TIMEOUT
The CLI argument name indicating the connection timeout.
|
static String |
CONNECTION_TIMEOUT_SHORT
The short CLI argument name indicating the connection timeout.
|
static String |
CVE_BASE_12
The CLI argument name for setting the URL for the CVE Data Files.
|
static String |
CVE_BASE_20
The CLI argument name for setting the URL for the CVE Data Files.
|
static String |
CVE_MOD_12
The CLI argument name for setting the URL for the CVE Data Files.
|
static String |
CVE_MOD_20
The CLI argument name for setting the URL for the CVE Data Files.
|
static String |
CVE_VALID_FOR_HOURS
The CLI argument name for setting the location of the suppression file.
|
static String |
DATA_DIRECTORY
The CLI argument name for setting the location of the data directory.
|
static String |
DATA_DIRECTORY_SHORT
The short CLI argument name for setting the location of the data directory.
|
static String |
DB_DRIVER
The CLI argument name for setting the database driver name.
|
static String |
DB_DRIVER_PATH
The CLI argument name for setting the path to the database driver; in case it is not on the class path.
|
static String |
DB_NAME
The CLI argument name for setting the database user name.
|
static String |
DB_PASSWORD
The CLI argument name for setting the database password.
|
static String |
DISABLE_ARCHIVE
Disables the Archive Analyzer.
|
static String |
DISABLE_ASSEMBLY
Disables the Assembly Analyzer.
|
static String |
DISABLE_AUTO_UPDATE
The long CLI argument name specifying that the CPE/CVE/etc.
|
static String |
DISABLE_AUTO_UPDATE_SHORT
The short CLI argument name specifying that the CPE/CVE/etc.
|
static String |
DISABLE_AUTOCONF
Disables the Autoconf Analyzer.
|
static String |
DISABLE_BUNDLE_AUDIT
Disables the Ruby Bundler Audit Analyzer.
|
static String |
DISABLE_CENTRAL
Disables the Central Analyzer.
|
static String |
DISABLE_CMAKE
Disables the Cmake Analyzer.
|
static String |
DISABLE_COMPOSER
Disables the Python Package Analyzer.
|
static String |
DISABLE_JAR
Disables the Jar Analyzer.
|
static String |
DISABLE_NEXUS
Disables the Nexus Analyzer.
|
static String |
DISABLE_NODE_JS
Disables the Node.js Package Analyzer.
|
static String |
DISABLE_NUSPEC
Disables the Nuspec Analyzer.
|
static String |
DISABLE_OPENSSL
Disables the OpenSSL Analyzer.
|
static String |
DISABLE_PY_DIST
Disables the Python Distribution Analyzer.
|
static String |
DISABLE_PY_PKG
Disables the Python Package Analyzer.
|
static String |
DISABLE_RUBYGEMS
Disables the Ruby Gemspec Analyzer.
|
static String |
EXCLUDE
Exclude path argument.
|
static String |
HELP
The long CLI argument name asking for help.
|
static String |
HELP_SHORT
The short CLI argument name asking for help.
|
static String |
NEXUS_URL
The URL of the nexus server.
|
static String |
NEXUS_USES_PROXY
Whether or not the defined proxy should be used when connecting to Nexus.
|
static String |
OUT
The long CLI argument name specifying the directory to write the reports to.
|
static String |
OUT_SHORT
The short CLI argument name specifying the directory to write the reports to.
|
static String |
OUTPUT_FORMAT
The long CLI argument name specifying the output format to write the reports to.
|
static String |
OUTPUT_FORMAT_SHORT
The short CLI argument name specifying the output format to write the reports to.
|
static String |
PATH_TO_BUNDLE_AUDIT
The CLI argument name for setting the path to bundle-audit for Ruby bundle analysis.
|
static String |
PATH_TO_MONO
The CLI argument name for setting the path to mono for .NET Assembly analysis on non-windows systems.
|
static String |
PROJECT
The long CLI argument name specifying the name of the project to be scanned.
|
static String |
PROP
The CLI argument name for setting the location of an additional properties file.
|
static String |
PROP_SHORT
The short CLI argument name for setting the location of an additional properties file.
|
static String |
PROXY_PASSWORD
The CLI argument name indicating the proxy password.
|
static String |
PROXY_PORT
The CLI argument name indicating the proxy port.
|
static String |
PROXY_SERVER
The CLI argument name indicating the proxy server.
|
static String |
PROXY_URL
Deprecated.
use
PROXY_SERVER instead |
static String |
PROXY_USERNAME
The CLI argument name indicating the proxy username.
|
static String |
PURGE_NVD
The long CLI argument name specifying that only the update phase should be executed; no scan should be run.
|
static String |
SCAN
The long CLI argument name specifying the directory/file to scan.
|
static String |
SCAN_SHORT
The short CLI argument name specifying the directory/file to scan.
|
static String |
SUPPRESSION_FILE
The CLI argument name for setting the location of the suppression file.
|
static String |
SYM_LINK_DEPTH
The CLI argument name for setting the depth of symbolic links that will be followed.
|
static String |
UPDATE_ONLY
The long CLI argument name specifying that only the update phase should be executed; no scan should be run.
|
static String |
VERBOSE_LOG
The CLI argument name for setting the location of the data directory.
|
static String |
VERBOSE_LOG_SHORT
The short CLI argument name for setting the location of the data directory.
|
static String |
VERSION
The short CLI argument name asking for the version.
|
static String |
VERSION_SHORT
The long CLI argument name asking for the version.
|
| Constructor and Description |
|---|
CliParser.ARGUMENT() |
public static final String SCAN
public static final String SCAN_SHORT
public static final String DISABLE_AUTO_UPDATE
public static final String DISABLE_AUTO_UPDATE_SHORT
public static final String UPDATE_ONLY
public static final String PURGE_NVD
public static final String OUT
public static final String OUT_SHORT
public static final String OUTPUT_FORMAT
public static final String OUTPUT_FORMAT_SHORT
public static final String PROJECT
@Deprecated public static final String APP_NAME
@Deprecated public static final String APP_NAME_SHORT
public static final String HELP
public static final String ADVANCED_HELP
public static final String HELP_SHORT
public static final String VERSION_SHORT
public static final String VERSION
public static final String PROXY_PORT
public static final String PROXY_SERVER
@Deprecated public static final String PROXY_URL
PROXY_SERVER insteadpublic static final String PROXY_USERNAME
public static final String PROXY_PASSWORD
public static final String CONNECTION_TIMEOUT_SHORT
public static final String CONNECTION_TIMEOUT
public static final String PROP_SHORT
public static final String PROP
public static final String DATA_DIRECTORY
public static final String CVE_MOD_12
public static final String CVE_MOD_20
public static final String CVE_BASE_12
public static final String CVE_BASE_20
public static final String DATA_DIRECTORY_SHORT
public static final String VERBOSE_LOG
public static final String VERBOSE_LOG_SHORT
public static final String SYM_LINK_DEPTH
public static final String SUPPRESSION_FILE
public static final String CVE_VALID_FOR_HOURS
public static final String DISABLE_JAR
public static final String DISABLE_ARCHIVE
public static final String DISABLE_PY_DIST
public static final String DISABLE_PY_PKG
public static final String DISABLE_COMPOSER
public static final String DISABLE_RUBYGEMS
public static final String DISABLE_AUTOCONF
public static final String DISABLE_CMAKE
public static final String DISABLE_ASSEMBLY
public static final String DISABLE_BUNDLE_AUDIT
public static final String DISABLE_NUSPEC
public static final String DISABLE_CENTRAL
public static final String DISABLE_NEXUS
public static final String DISABLE_OPENSSL
public static final String DISABLE_NODE_JS
public static final String NEXUS_URL
public static final String NEXUS_USES_PROXY
public static final String CONNECTION_STRING
public static final String DB_NAME
public static final String DB_PASSWORD
public static final String DB_DRIVER
public static final String DB_DRIVER_PATH
public static final String PATH_TO_MONO
public static final String ADDITIONAL_ZIP_EXTENSIONS
public static final String EXCLUDE
public static final String PATH_TO_BUNDLE_AUDIT
Copyright? 2012-15 Jeremy Long. All Rights Reserved.