A B C E G H I O R S 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.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.

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.
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.
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.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.
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.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.

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

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.
isExternalReport() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns whether this is an external report.
isMultiModule(MavenProject) - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Test if the project has pom packaging

O

org.owasp.dependencycheck.maven - package org.owasp.dependencycheck.maven
This is the main package containing the Mojo Maven Plugin - dependency-check.

R

readDataFile(MavenProject) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Reads the serialized scan data from disk.
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.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.
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.

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

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 E G H I O R S U W 

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