Skip navigation links
A C D E G I O P R S T U W 

A

add(ResourceCollection) - Method in class org.owasp.dependencycheck.taskdefs.Check
Add an arbitrary ResourceCollection.
addConfiguredRetirejsFilter(RetirejsFilter) - Method in class org.owasp.dependencycheck.taskdefs.Check
Add a regular expression to the set of retire JS content filters.
addConfiguredSuppressionFile(SuppressionFile) - Method in class org.owasp.dependencycheck.taskdefs.Check
Add a suppression file.
AntLoggerAdapter - Class in org.owasp.dependencycheck.ant.logging
An instance of Logger which simply calls the log method on the delegate Ant task.
AntLoggerAdapter(Task) - Constructor for class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
Constructs an Ant Logger Adapter.
AntLoggerFactory - Class in org.owasp.dependencycheck.ant.logging
An implementation of ILoggerFactory which always returns AntLoggerAdapter instances.
AntLoggerFactory(Task) - Constructor for class org.owasp.dependencycheck.ant.logging.AntLoggerFactory
Constructs a new Ant Logger Factory.

C

Check - Class in org.owasp.dependencycheck.taskdefs
An Ant task definition to execute dependency-check during an Ant build.
Check() - Constructor for class org.owasp.dependencycheck.taskdefs.Check
Construct a new DependencyCheckTask.
Check.ReportFormats - Class in org.owasp.dependencycheck.taskdefs
An enumeration of supported report formats: "ALL", "HTML", "XML", "CSV", "JSON", "VULN", etc..

D

debug(String) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
debug(String, Object) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
debug(String, Object, Object) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
debug(String, Object...) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
debug(String, Throwable) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 

E

error(String) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
error(String, Object) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
error(String, Object, Object) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
error(String, Object...) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
error(String, Throwable) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
execute() - Method in class org.owasp.dependencycheck.taskdefs.Check
 
execute() - Method in class org.owasp.dependencycheck.taskdefs.Purge
Executes the dependency-check purge to delete the existing local copy of the NVD CVE data.
execute() - Method in class org.owasp.dependencycheck.taskdefs.Update
Executes the update by initializing the settings, downloads the NVD XML data, and then processes the data storing it in the local database.

G

getApplicationName() - Method in class org.owasp.dependencycheck.taskdefs.Check
Deprecated.
use projectName instead.
getArtifactoryAnalyzerApiToken() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns the value of artifactoryAnalyzerApiToken.
getArtifactoryAnalyzerBearerToken() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns the value of artifactoryAnalyzerBearerToken.
getArtifactoryAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns the value of artifactoryAnalyzerEnabled.
getArtifactoryAnalyzerParallelAnalysis() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns the value of artifactoryAnalyzerParallelAnalysis.
getArtifactoryAnalyzerUrl() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns the value of artifactoryAnalyzerUrl.
getArtifactoryAnalyzerUseProxy() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns the value of artifactoryAnalyzerUseProxy.
getArtifactoryAnalyzerUsername() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns the value of artifactoryAnalyzerUsername.
getBundleAuditPath() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns the path to the bundle audit executable.
getCmakeAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns the value of cmakeAnalyzerEnabled.
getConnectionString() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of connectionString.
getConnectionTimeout() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of connectionTimeout.
getCveUrl12Base() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of cveUrl12Base.
getCveUrl12Modified() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of cveUrl12Modified.
getCveUrl20Base() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of cveUrl20Base.
getCveUrl20Modified() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of cveUrl20Modified.
getCveValidForHours() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of cveValidForHours.
getDatabaseDriverName() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of databaseDriverName.
getDatabaseDriverPath() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of databaseDriverPath.
getDatabasePassword() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of databasePassword.
getDatabaseUser() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of databaseUser.
getDataDirectory() - Method in class org.owasp.dependencycheck.taskdefs.Purge
Get the value of dataDirectory.
getFailBuildOnCVSS() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of failBuildOnCVSS.
getHintsFile() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of hintsFile.
getLogger(String) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerFactory
Returns the Ant logger adapter.
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
Returns the logger factory.
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
Returns the logger factory class string.
getNexusUrl() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of nexusUrl.
getPath() - Method in class org.owasp.dependencycheck.taskdefs.SuppressionFile
Gets the path to the suppression file.
getPathToMono() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of pathToMono.
getProjectName() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of projectName.
getProxyPassword() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of proxyPassword.
getProxyPort() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of proxyPort.
getProxyServer() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of proxyServer.
getProxyUsername() - Method in class org.owasp.dependencycheck.taskdefs.Update
Get the value of proxyUsername.
getRegex() - Method in class org.owasp.dependencycheck.taskdefs.RetirejsFilter
Get the regex of regex.
getReportFormat() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of reportFormat.
getReportOutputDirectory() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of reportOutputDirectory.
getRetirejsFilters() - Method in class org.owasp.dependencycheck.taskdefs.Check
Gets retire JS Analyzers file content filters.
getSettings() - Method in class org.owasp.dependencycheck.taskdefs.Purge
 
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
Return the singleton of this class.
getSuppressionFiles() - Method in class org.owasp.dependencycheck.taskdefs.Check
Gets suppression file paths.
getValues() - Method in class org.owasp.dependencycheck.taskdefs.Check.ReportFormats
Returns the list of values for the report format.
getZipExtensions() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of zipExtensions.

I

info(String) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
info(String, Object) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
info(String, Object, Object) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
info(String, Object...) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
info(String, Throwable) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
isArchiveAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns whether or not the analyzer is enabled.
isAssemblyAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns whether or not the analyzer is enabled.
isAutoconfAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of autoconfAnalyzerEnabled.
isAutoUpdate() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of autoUpdate.
isBundleAuditAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns if the Bundle Audit Analyzer is enabled.
isCentralAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of centralAnalyzerEnabled.
isCMakeAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of cmakeAnalyzerEnabled.
isCocoapodsAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns if the cocoapods analyzer is enabled.
isComposerAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of composerAnalyzerEnabled.
isDebugEnabled() - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
isEnableExperimental() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of enableExperimental.
isEnableRetired() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of enableRetired.
isErrorEnabled() - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
isFailOnError() - Method in class org.owasp.dependencycheck.taskdefs.Purge
Get the value of failOnError.
isInfoEnabled() - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
isJarAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns whether or not the analyzer is enabled.
isNexusAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of nexusAnalyzerEnabled.
isNexusUsesProxy() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of nexusUsesProxy.
isNodeAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of nodeAnalyzerEnabled.
isNspAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of nspAnalyzerEnabled.
isNuspecAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns whether or not the analyzer is enabled.
isOpensslAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of opensslAnalyzerEnabled.
isPyDistributionAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of pyDistributionAnalyzerEnabled.
isPyPackageAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of pyPackageAnalyzerEnabled.
isReference() - Method in class org.owasp.dependencycheck.taskdefs.Check
Learn whether the refId attribute of this element been set.
isRetireJsAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of retireJsAnalyzerEnabled.
isRetirejsFilterNonVulnerable() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of retirejsFilterNonVulnerable.
isRubygemsAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of rubygemsAnalyzerEnabled.
isShowSummary() - Method in class org.owasp.dependencycheck.taskdefs.Check
Get the value of showSummary.
isSwiftPackageManagerAnalyzerEnabled() - Method in class org.owasp.dependencycheck.taskdefs.Check
Returns whether or not the Swift package Analyzer is enabled.
isTraceEnabled() - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
isUpdateOnly() - Method in class org.owasp.dependencycheck.taskdefs.Check
Deprecated.
Use the update task instead
isWarnEnabled() - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 

O

org.owasp.dependencycheck.ant.logging - package org.owasp.dependencycheck.ant.logging
This package includes the Ant task definitions.
org.owasp.dependencycheck.taskdefs - package org.owasp.dependencycheck.taskdefs
This package includes the a slf4j logging implementation that wraps the Ant logger.
org.slf4j.impl - package org.slf4j.impl
This package contains the static binder for the slf4j-ant logger.

P

populateSettings() - Method in class org.owasp.dependencycheck.taskdefs.Check
Takes the properties supplied and updates the dependency-check settings.
populateSettings() - Method in class org.owasp.dependencycheck.taskdefs.Purge
Takes the properties supplied and updates the dependency-check settings.
populateSettings() - Method in class org.owasp.dependencycheck.taskdefs.Update
Takes the properties supplied and updates the dependency-check settings.
Purge - Class in org.owasp.dependencycheck.taskdefs
An Ant task definition to execute dependency-check during an Ant build.
Purge() - Constructor for class org.owasp.dependencycheck.taskdefs.Purge
Construct a new DependencyCheckTask.

R

ReportFormats() - Constructor for class org.owasp.dependencycheck.taskdefs.Check.ReportFormats
 
REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
Declare the version of the SLF4J API this implementation is compiled against.
RetirejsFilter - Class in org.owasp.dependencycheck.taskdefs
Class : RetirejsFilter Responsibility : Models a Retire JS file content filter nested XML element where the simple content is its regex.
RetirejsFilter() - Constructor for class org.owasp.dependencycheck.taskdefs.RetirejsFilter
 

S

setApplicationName(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Deprecated.
use projectName instead.
setArchiveAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Sets whether or not the analyzer is enabled.
setArtifactoryAnalyzerApiToken(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of artifactoryAnalyzerApiToken.
setArtifactoryAnalyzerBearerToken(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of artifactoryAnalyzerBearerToken.
setArtifactoryAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of artifactoryAnalyzerEnabled.
setArtifactoryAnalyzerParallelAnalysis(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of artifactoryAnalyzerParallelAnalysis.
setArtifactoryAnalyzerUrl(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of artifactoryAnalyzerUrl.
setArtifactoryAnalyzerUseProxy(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of artifactoryAnalyzerUseProxy.
setArtifactoryAnalyzerUsername(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of artifactoryAnalyzerUsername.
setAssemblyAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Sets whether or not the analyzer is enabled.
setAutoconfAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of autoconfAnalyzerEnabled.
setAutoUpdate(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of autoUpdate.
setBundleAuditAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Sets if the Bundle Audit Analyzer is enabled.
setBundleAuditPath(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Sets the path to the bundle audit executable.
setCentralAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of centralAnalyzerEnabled.
setCMakeAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of cmakeAnalyzerEnabled.
setCmakeAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of cmakeAnalyzerEnabled.
setCocoapodsAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Sets whether or not the cocoapods analyzer is enabled.
setComposerAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of composerAnalyzerEnabled.
setConnectionString(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of connectionString.
setConnectionTimeout(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of connectionTimeout.
setCveUrl12Base(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of cveUrl12Base.
setCveUrl12Modified(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of cveUrl12Modified.
setCveUrl20Base(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of cveUrl20Base.
setCveUrl20Modified(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of cveUrl20Modified.
setCveValidForHours(Integer) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of cveValidForHours.
setDatabaseDriverName(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of databaseDriverName.
setDatabaseDriverPath(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of databaseDriverPath.
setDatabasePassword(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of databasePassword.
setDatabaseUser(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of databaseUser.
setDataDirectory(String) - Method in class org.owasp.dependencycheck.taskdefs.Purge
Set the value of dataDirectory.
setEnableExperimental(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of enableExperimental.
setEnableRetired(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of enableRetired.
setFailBuildOnCVSS(float) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of failBuildOnCVSS.
setFailOnError(boolean) - Method in class org.owasp.dependencycheck.taskdefs.Purge
Set the value of failOnError.
setHintsFile(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of hintsFile.
setJarAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Sets whether or not the analyzer is enabled.
setNexusAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of nexusAnalyzerEnabled.
setNexusUrl(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of nexusUrl.
setNexusUsesProxy(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of nexusUsesProxy.
setNodeAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of nodeAnalyzerEnabled.
setNspAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of nspAnalyzerEnabled.
setNuspecAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Sets whether or not the analyzer is enabled.
setOpensslAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of opensslAnalyzerEnabled.
setPath(String) - Method in class org.owasp.dependencycheck.taskdefs.SuppressionFile
Sets the path to the suppression file.
setPathToMono(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of pathToMono.
setProjectName(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of projectName.
setProxyPassword(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of proxyPassword.
setProxyPort(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of proxyPort.
setProxyServer(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of proxyServer.
setProxyUsername(String) - Method in class org.owasp.dependencycheck.taskdefs.Update
Set the value of proxyUsername.
setPyDistributionAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of pyDistributionAnalyzerEnabled.
setPyPackageAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of pyPackageAnalyzerEnabled.
setRefId(Reference) - Method in class org.owasp.dependencycheck.taskdefs.Check
Add a reference to a Path, FileSet, DirSet, or FileList defined elsewhere.
setRegex(String) - Method in class org.owasp.dependencycheck.taskdefs.RetirejsFilter
Set the regex of regex.
setReportFormat(Check.ReportFormats) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of reportFormat.
setReportOutputDirectory(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of reportOutputDirectory.
setRetireJsAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of retireJsAnalyzerEnabled.
setRetirejsFilterNonVulnerable(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of retirejsFilterNonVulnerable.
setRubygemsAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of rubygemsAnalyzerEnabled.
setShowSummary(boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of showSummary.
setSuppressionFile(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of suppressionFile.
setSwiftPackageManagerAnalyzerEnabled(Boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Sets the enabled state of the swift package manager analyzer.
setTask(Task) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
Sets the current Ant task to use for logging.
setTask(Task) - Method in class org.slf4j.impl.StaticLoggerBinder
Set the Task which will this is to log through.
setUpdateOnly(boolean) - Method in class org.owasp.dependencycheck.taskdefs.Check
Deprecated.
Use the update task instead
setZipExtensions(String) - Method in class org.owasp.dependencycheck.taskdefs.Check
Set the value of zipExtensions.
StaticLoggerBinder - Class in org.slf4j.impl
The binding of org.slf4j.LoggerFactory class with an actual instance of org.slf4j.ILoggerFactory is performed using information returned by this class.
SuppressionFile - Class in org.owasp.dependencycheck.taskdefs
Class : SuppressionFile Responsibility : Models a suppression file nested XML element where the simple content is its location.
SuppressionFile() - Constructor for class org.owasp.dependencycheck.taskdefs.SuppressionFile
 

T

trace(String) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
trace(String, Object) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
trace(String, Object, Object) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
trace(String, Object...) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
trace(String, Throwable) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 

U

Update - Class in org.owasp.dependencycheck.taskdefs
An Ant task definition to execute dependency-check update.
Update() - Constructor for class org.owasp.dependencycheck.taskdefs.Update
Construct a new UpdateTask.

W

warn(String) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
warn(String, Object) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
warn(String, Object...) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
warn(String, Object, Object) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
warn(String, Throwable) - Method in class org.owasp.dependencycheck.ant.logging.AntLoggerAdapter
 
A C D E G I O P R S T U W 
Skip navigation links

Copyright © 2012–2018 OWASP. All rights reserved.