A B C D E G H I M O P R S T U W 

A

AggregateMojo - Class in org.owasp.dependencycheck.maven
Maven Plugin that checks project dependencies and the dependencies of all child modules to see if they have any known published vulnerabilities.
AggregateMojo() - Constructor for class org.owasp.dependencycheck.maven.AggregateMojo
 
analyzeDependencies() - Method in class org.owasp.dependencycheck.maven.Engine
Runs the analyzers against all of the dependencies.

B

BaseDependencyCheckMojo - Class in org.owasp.dependencycheck.maven
 
BaseDependencyCheckMojo() - Constructor for class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
 

C

canGenerateReport() - Method in class org.owasp.dependencycheck.maven.AggregateMojo
 
canGenerateReport() - Method in class org.owasp.dependencycheck.maven.CheckMojo
Returns whether or not a the report can be generated.
canGenerateReport() - Method in class org.owasp.dependencycheck.maven.PurgeMojo
Returns false; this mojo cannot generate a report.
canGenerateReport() - Method in class org.owasp.dependencycheck.maven.UpdateMojo
Returns false; this mojo cannot generate a report.
checkForFailure(List<Dependency>) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Checks to see if a vulnerability has been identified with a CVSS score that is above the threshold set in the configuration.
CheckMojo - Class in org.owasp.dependencycheck.maven
Maven Plugin that checks the project dependencies to see if they have any known published vulnerabilities.
CheckMojo() - Constructor for class org.owasp.dependencycheck.maven.CheckMojo
 
cleanup() - Method in class org.owasp.dependencycheck.maven.Engine
Releases resources used by the analyzers by calling close() on each analyzer.
closeAnalyzer(Analyzer) - Method in class org.owasp.dependencycheck.maven.Engine
Closes the given analyzer.

D

debug(String) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
debug(String, Object) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
debug(String, Object, Object) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
debug(String, Object...) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
debug(String, Throwable) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 

E

Engine - Class in org.owasp.dependencycheck.maven
A modified version of the core engine specifically designed to persist some data between multiple executions of a multi-module Maven project.
Engine(MavenProject, List<MavenProject>) - Constructor for class org.owasp.dependencycheck.maven.Engine
Creates a new Engine to perform anyalsis on dependencies.
error(String) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
error(String, Object) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
error(String, Object, Object) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
error(String, Object...) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
error(String, Throwable) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
excludeFromScan(Artifact) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Tests is the artifact should be included in the scan (i.e.
execute() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Executes dependency-check.
execute() - Method in class org.owasp.dependencycheck.maven.HelpMojo

G

generate(Sink, Locale) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
generate(Sink, Locale) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Generates the Dependency-Check Site Report.
generateDataFile() - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Initilizes the engine, runs a scan, and writes the serialized dependencies to disk.
generateDataFile(Engine, MavenProject) - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Runs dependency-check's Engine and writes the serialized dependencies to disk.
getCategoryName() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the category name.
getConnectionString() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the connection string.
getCorrectOutputDirectory() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the correct output directory depending on if a site is being executed or not.
getCorrectOutputDirectory(MavenProject) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the correct output directory depending on if a site is being executed or not.
getDataFile(MavenProject) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the correct output directory depending on if a site is being executed or not.
getDataFileContextKey() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the key used to store the path to the data file that is saved by writeDataFile().
getDescendants(MavenProject) - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Returns a set containing all the descendant projects of the given project.
getDescription(Locale) - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Gets the description of the Dependency-Check report to be displayed in the Maven Generated Reports page.
getDescription(Locale) - Method in class org.owasp.dependencycheck.maven.CheckMojo
Gets the description of the Dependency-Check report to be displayed in the Maven Generated Reports page.
getDescription(Locale) - Method in class org.owasp.dependencycheck.maven.PurgeMojo
Gets the description of the Dependency-Check report to be displayed in the Maven Generated Reports page.
getDescription(Locale) - Method in class org.owasp.dependencycheck.maven.UpdateMojo
Gets the description of the Dependency-Check report to be displayed in the Maven Generated Reports page.
getFormat() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the report format.
getLogger(String) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerFactory
Returns the Maven 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.
getName(Locale) - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Returns the report name.
getName(Locale) - Method in class org.owasp.dependencycheck.maven.CheckMojo
Returns the report name.
getName(Locale) - Method in class org.owasp.dependencycheck.maven.PurgeMojo
Returns the report name.
getName(Locale) - Method in class org.owasp.dependencycheck.maven.UpdateMojo
Returns the report name.
getOutputDirectory() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the output directory.
getOutputDirectoryContextKey() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the key used to store the path to the output directory.
getOutputName() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the output name.
getProject() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns a reference to the current project.
getReactorProjects() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the list of Maven Projects in this build.
getReportOutputDirectory() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the report output directory.
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
Return the singleton of this class.

H

HelpMojo - Class in org.owasp.dependencycheck.maven
Display help information on dependency-check-maven.
Call mvn dependency-check:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.owasp.dependencycheck.maven.HelpMojo
 

I

info(String) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
info(String, Object) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
info(String, Object, Object) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
info(String, Object...) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
info(String, Throwable) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
initializeAnalyzer(Analyzer) - Method in class org.owasp.dependencycheck.maven.Engine
Initializes the given analyzer.
initializeEngine() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Initializes a new Engine that can be used for scanning.
isDebugEnabled() - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
isErrorEnabled() - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
isExternalReport() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns whether this is an external report.
isInfoEnabled() - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
isMultiModule(MavenProject) - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Test if the project has pom packaging
isTraceEnabled() - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
Returns true if trace is enabled.
isWarnEnabled() - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 

M

MavenLoggerAdapter - Class in org.owasp.dependencycheck.maven.slf4j
Created on 6/14/15.
MavenLoggerAdapter(Log) - Constructor for class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
Creates a new Maven Logger Adapter.
MavenLoggerFactory - Class in org.owasp.dependencycheck.maven.slf4j
Created on 6/14/15.
MavenLoggerFactory(Log) - Constructor for class org.owasp.dependencycheck.maven.slf4j.MavenLoggerFactory
Constructs a new logger factory.

O

org.owasp.dependencycheck.maven - package org.owasp.dependencycheck.maven
This is the main package containing the Mojo Maven Plugin - dependency-check.
org.owasp.dependencycheck.maven.slf4j - package org.owasp.dependencycheck.maven.slf4j
This package contains the the slf4j adapter that wraps the maven logger.
org.slf4j.impl - package org.slf4j.impl
This package contains the static binder for the slf4j-maven logger.

P

populateSettings() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Takes the properties supplied and updates the dependency-check settings.
PurgeMojo - Class in org.owasp.dependencycheck.maven
Maven Plugin that purges the local copy of the NVD data.
PurgeMojo() - Constructor for class org.owasp.dependencycheck.maven.PurgeMojo
 

R

readDataFile(MavenProject) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Reads the serialized scan data from disk.
REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
Declare the version of the SLF4J API this implementation is compiled against.
resetFileTypeAnalyzers() - Method in class org.owasp.dependencycheck.maven.Engine
Resets the file type analyzers so that they can be re-used to scan additional directories.
runCheck() - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Executes the aggregate dependency-check goal.
runCheck() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Executes the dependency-check scan and generates the necassary report.
runCheck() - Method in class org.owasp.dependencycheck.maven.CheckMojo
Executes the dependency-check engine on the project's dependencies and generates the report.
runCheck() - Method in class org.owasp.dependencycheck.maven.PurgeMojo
Purges the local copy of the NVD.
runCheck() - Method in class org.owasp.dependencycheck.maven.UpdateMojo
Executes the dependency-check engine on the project's dependencies and generates the report.

S

scanArtifacts(MavenProject, Engine) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Scans the project's artifacts and adds them to the engine's dependency list.
setLog(Log) - Method in class org.slf4j.impl.StaticLoggerBinder
Set the Task which will this is to log through.
setReportOutputDirectory(File) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Sets the Reporting output directory.
showSummary(MavenProject, List<Dependency>) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Generates a warning message listing a summary of dependencies and their associated CPE and CVE entries.
StaticLoggerBinder - Class in org.slf4j.impl
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.

T

trace(String) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
trace(String, Object) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
trace(String, Object, Object) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
trace(String, Object...) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
trace(String, Throwable) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 

U

update() - Method in class org.owasp.dependencycheck.maven.Engine
Runs the update steps of dependency-check.
UPDATE_EXECUTED_FLAG - Static variable in class org.owasp.dependencycheck.maven.Engine
Key used in the MavenProject context values to note whether or not an update has been executed.
UpdateMojo - Class in org.owasp.dependencycheck.maven
Maven Plugin that checks the project dependencies to see if they have any known published vulnerabilities.
UpdateMojo() - Constructor for class org.owasp.dependencycheck.maven.UpdateMojo
 

W

warn(String) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
warn(String, Object) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
warn(String, Object, Object) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
warn(String, Object...) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
warn(String, Throwable) - Method in class org.owasp.dependencycheck.maven.slf4j.MavenLoggerAdapter
 
writeDataFile(MavenProject, File, List<Dependency>) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Writes the scan data to disk.
writeReports(Engine, MavenProject, File) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Generates the reports for a given dependency-check engine.
A B C D E G H I M O P R S T U W 

Copyright © 2013–2016 OWASP. All rights reserved.