Skip navigation links
A C D E F G I M O P R S T U V 

A

ADDITIONAL_ZIP_EXTENSIONS - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The additional configured zip file extensions, if available.
analyzeException(IOException) - Static method in class org.owasp.dependencycheck.utils.Downloader
Analyzes the IOException, logs the appropriate information for debugging purposes, and then throws a DownloadFailedException that wraps the IO Exception.
ANALYZER_ARCHIVE_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the Archive analyzer is enabled.
ANALYZER_ASSEMBLY_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the .NET Assembly analyzer is enabled.
ANALYZER_ASSEMBLY_MONO_PATH - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The path to mono, if available.
ANALYZER_AUTOCONF_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the Autoconf analyzer is enabled.
ANALYZER_BUNDLE_AUDIT_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the Ruby Bundler Audit analyzer is enabled.
ANALYZER_BUNDLE_AUDIT_PATH - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The path to bundle-audit, if available.
ANALYZER_CENTRAL_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the Central analyzer is enabled.
ANALYZER_CENTRAL_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the Central search URL.
ANALYZER_CMAKE_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the CMake analyzer is enabled.
ANALYZER_COMPOSER_LOCK_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the composer lock file analyzer is enabled.
ANALYZER_JAR_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the Jar Analyzer is enabled.
ANALYZER_NEXUS_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the Nexus analyzer is enabled.
ANALYZER_NEXUS_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the Nexus search URL.
ANALYZER_NEXUS_USES_PROXY - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for using the proxy to reach Nexus.
ANALYZER_NODE_PACKAGE_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the node.js package analyzer is enabled.
ANALYZER_NUSPEC_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the .NET Nuspec analyzer is enabled.
ANALYZER_OPENSSL_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the OpenSSL analyzer is enabled.
ANALYZER_PYTHON_DISTRIBUTION_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the Python Distribution analyzer is enabled.
ANALYZER_PYTHON_PACKAGE_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the Python Package analyzer is enabled.
ANALYZER_RUBY_GEMSPEC_ENABLED - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for whether the Ruby Gemspec Analyzer is enabled.
APPLICATION_VAME - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The key to obtain the application name.
APPLICATION_VERSION - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The key to obtain the application version.
AUTO_UPDATE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key indicating whether or not the cached data sources should be updated.

C

Checksum - Class in org.owasp.dependencycheck.utils
Includes methods to generate the MD5 and SHA1 checksum.
cleanup() - Static method in class org.owasp.dependencycheck.utils.Settings
Cleans up resources to prevent memory leaks.
cleanup(boolean) - Static method in class org.owasp.dependencycheck.utils.Settings
Cleans up resources to prevent memory leaks.
CONNECTION_TIMEOUT - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the connection timeout.
CPE_MODIFIED_VALID_FOR_DAYS - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key that indicates how often the CPE data needs to be updated.
CPE_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the URL to retrieve the CPE.
createHttpURLConnection(URL) - Static method in class org.owasp.dependencycheck.utils.URLConnectionFactory
Utility method to create an HttpURLConnection.
createHttpURLConnection(URL, boolean) - Static method in class org.owasp.dependencycheck.utils.URLConnectionFactory
Utility method to create an HttpURLConnection.
CVE_CHECK_VALID_FOR_HOURS - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key to control the skipping of the check for CVE updates.
CVE_META_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the URL to retrieve the "meta" data from about the CVE entries.
CVE_MODIFIED_12_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days) using the 1.2 schema.
CVE_MODIFIED_20_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days) using the 2.0 schema.
CVE_MODIFIED_VALID_FOR_DAYS - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the URL to retrieve the recently modified and added CVE entries (last 8 days).
CVE_SCHEMA_1_2 - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the CVE schema version 1.2.
CVE_SCHEMA_2_0 - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the CVE schema version 2.0.
CVE_START_YEAR - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the telling us how many cve.url.* URLs exists.

D

DATA_DIRECTORY - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The base path to use for the data directory (for embedded db).
DB_CONNECTION_STRING - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The database connection string.
DB_DRIVER_NAME - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The database driver class name.
DB_DRIVER_PATH - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The database driver class name.
DB_FILE_NAME - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The database file name.
DB_PASSWORD - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The password to authenticate to the database.
DB_USER - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The username to use when connecting to the database.
DB_VERSION - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The database schema version.
delete(File) - Static method in class org.owasp.dependencycheck.utils.FileUtils
Deletes a file.
Downloader - Class in org.owasp.dependencycheck.utils
A utility to download files from the Internet.
DOWNLOADER_QUICK_QUERY_TIMESTAMP - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The HTTP request method for query last modified date.
DownloadFailedException - Exception in org.owasp.dependencycheck.utils
An exception used when a download fails.
DownloadFailedException() - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
Creates a new DownloadFailedException.
DownloadFailedException(String) - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
Creates a new DownloadFailedException.
DownloadFailedException(Throwable) - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
Creates a new DownloadFailedException.
DownloadFailedException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.utils.DownloadFailedException
Creates a new DownloadFailedException.

E

ENGINE_VERSION_CHECK_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The key to obtain the URL to retrieve the current release version from.
ExpectedOjectInputStream - Class in org.owasp.dependencycheck.utils
An ObjectInputStream that will only deserialize expected classes.
ExpectedOjectInputStream(InputStream, String...) - Constructor for class org.owasp.dependencycheck.utils.ExpectedOjectInputStream
Constructs a new ExpectedOjectInputStream that can be used to securely deserialize an object by restricting the classes that can deserialized to a known set of expected classes.
ExtractionException - Exception in org.owasp.dependencycheck.utils
An exception used when a file is unable to be un-zipped.
ExtractionException() - Constructor for exception org.owasp.dependencycheck.utils.ExtractionException
Creates a new ExtractionException.
ExtractionException(String) - Constructor for exception org.owasp.dependencycheck.utils.ExtractionException
Creates a new ExtractionException.
ExtractionException(Throwable) - Constructor for exception org.owasp.dependencycheck.utils.ExtractionException
Creates a new ExtractionException.
ExtractionException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.utils.ExtractionException
Creates a new ExtractionException.

F

fetchFile(URL, File) - Static method in class org.owasp.dependencycheck.utils.Downloader
Retrieves a file from a given URL and saves it to the outputPath.
fetchFile(URL, File, boolean) - Static method in class org.owasp.dependencycheck.utils.Downloader
Retrieves a file from a given URL and saves it to the outputPath.
FileUtils - Class in org.owasp.dependencycheck.utils
A collection of utilities for processing information about files.

G

getBitBucket() - Static method in class org.owasp.dependencycheck.utils.FileUtils
Return the bit bucket for the OS.
getBoolean(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a boolean value from the properties file.
getBoolean(String, boolean) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a boolean value from the properties file.
getChecksum(String, File) - Static method in class org.owasp.dependencycheck.utils.Checksum
Creates the cryptographic checksum of a given file using the specified algorithm.
getConnectionString(String, String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a connection string from the configured properties.
getDataDirectory() - Static method in class org.owasp.dependencycheck.utils.Settings
Retrieves the directory that the JAR file exists in so that we can ensure we always use a common data directory for the embedded H2 database.
getDataFile(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a value from the properties file as a File object.
getFile(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a value from the properties file as a File object.
getFileExtension(String) - Static method in class org.owasp.dependencycheck.utils.FileUtils
Returns the (lowercase) file extension for a specified file.
getHex(byte[]) - Static method in class org.owasp.dependencycheck.utils.Checksum
Converts a byte array into a hex string.
getInstance() - Static method in class org.owasp.dependencycheck.utils.Settings
Gets the underlying instance of the Settings object.
getInt(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns an int value from the properties file.
getInt(String, int) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns an int value from the properties file.
getLastModified(URL) - Static method in class org.owasp.dependencycheck.utils.Downloader
Makes an HTTP Head request to retrieve the last modified date of the given URL.
getLong(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a long value from the properties file.
getMD5Checksum(File) - Static method in class org.owasp.dependencycheck.utils.Checksum
Calculates the MD5 checksum of a specified file.
getSHA1Checksum(File) - Static method in class org.owasp.dependencycheck.utils.Checksum
Calculates the SHA1 checksum of a specified file.
getString(String, String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a value from the properties file.
getString(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Returns a value from the properties file.
getTempDirectory() - Static method in class org.owasp.dependencycheck.utils.Settings
Returns the temporary directory.
getTempFile(String, String) - Static method in class org.owasp.dependencycheck.utils.FileUtils
Generates a new temporary file name that is guaranteed to be unique.

I

initialize() - Static method in class org.owasp.dependencycheck.utils.Settings
Initializes the thread local settings object.
initialize(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Initializes the thread local settings object.
InvalidSettingException - Exception in org.owasp.dependencycheck.utils
An exception used when an error occurs reading a setting.
InvalidSettingException() - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
Creates a new InvalidSettingException.
InvalidSettingException(String) - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
Creates a new InvalidSettingException.
InvalidSettingException(Throwable) - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
Creates a new InvalidSettingException.
InvalidSettingException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.utils.InvalidSettingException
Creates a new InvalidSettingException.

M

MAX_DOWNLOAD_THREAD_POOL_SIZE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The maximum number of threads to allocate when downloading files.
mergeProperties(File) - Static method in class org.owasp.dependencycheck.utils.Settings
Merges a new properties file into the current properties.
mergeProperties(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Merges a new properties file into the current properties.
mergeProperties(InputStream) - Static method in class org.owasp.dependencycheck.utils.Settings
Merges a new properties file into the current properties.

O

org.owasp.dependencycheck.utils - package org.owasp.dependencycheck.utils
Includes various utility classes such as a Settings wrapper, utilities to make URL Connections, etc.

P

PROXY_NON_PROXY_HOSTS - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the non proxy hosts.
PROXY_PASSWORD - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the proxy password.
PROXY_PORT - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the proxy port - this must be an integer value.
PROXY_SERVER - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the proxy server.
PROXY_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
Deprecated.
PROXY_USERNAME - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The properties key for the proxy username.

R

removeProperty(String) - Static method in class org.owasp.dependencycheck.utils.Settings
Removes a property from the local properties collection.
resolveClass(ObjectStreamClass) - Method in class org.owasp.dependencycheck.utils.ExpectedOjectInputStream
Only deserialize instances of expected classes by validating the class name prior to deserialization.

S

setBoolean(String, boolean) - Static method in class org.owasp.dependencycheck.utils.Settings
Sets a property value.
setBooleanIfNotNull(String, Boolean) - Static method in class org.owasp.dependencycheck.utils.Settings
Sets a property value only if the value is not null.
setInstance(Settings) - Static method in class org.owasp.dependencycheck.utils.Settings
Sets the instance of the Settings object to use in this thread.
setInt(String, int) - Static method in class org.owasp.dependencycheck.utils.Settings
Sets a property value.
setIntIfNotNull(String, Integer) - Static method in class org.owasp.dependencycheck.utils.Settings
Sets a property value only if the value is not null.
setString(String, String) - Static method in class org.owasp.dependencycheck.utils.Settings
Sets a property value.
setStringIfNotEmpty(String, String) - Static method in class org.owasp.dependencycheck.utils.Settings
Sets a property value only if the value is not null and not empty.
setStringIfNotNull(String, String) - Static method in class org.owasp.dependencycheck.utils.Settings
Sets a property value only if the value is not null.
Settings - Class in org.owasp.dependencycheck.utils
A simple settings container that wraps the dependencycheck.properties file.
Settings.KEYS - Class in org.owasp.dependencycheck.utils
The collection of keys used within the properties file.
SUPPRESSION_FILE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The key for a list of suppression files.

T

TEMP_DIRECTORY - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The location of the temporary directory.

U

URLConnectionFactory - Class in org.owasp.dependencycheck.utils
A URLConnection Factory to create new connections.
URLConnectionFailureException - Exception in org.owasp.dependencycheck.utils
An exception used when the creation of an URLConnection fails.
URLConnectionFailureException() - Constructor for exception org.owasp.dependencycheck.utils.URLConnectionFailureException
Creates a new URLConnectionFailureException.
URLConnectionFailureException(String) - Constructor for exception org.owasp.dependencycheck.utils.URLConnectionFailureException
Creates a new URLConnectionFailureException.
URLConnectionFailureException(Throwable) - Constructor for exception org.owasp.dependencycheck.utils.URLConnectionFailureException
Creates a new URLConnectionFailureException.
URLConnectionFailureException(String, Throwable) - Constructor for exception org.owasp.dependencycheck.utils.URLConnectionFailureException
Creates a new URLConnectionFailureException.

V

VFEED_CONNECTION_STRING - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The key to obtain the VFEED connection string.
VFEED_DATA_FILE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The key to obtain the path to the VFEED data file.
VFEED_DOWNLOAD_FILE - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The key to obtain the download file name for the VFeed data.
VFEED_DOWNLOAD_URL - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The key to obtain the base download URL for the VFeed data file.
VFEED_UPDATE_STATUS - Static variable in class org.owasp.dependencycheck.utils.Settings.KEYS
The key to obtain the VFeed update status.
A C D E F G I M O P R S T U V 
Skip navigation links

Copyright? 2012-15 Jeremy Long. All Rights Reserved.