Skip navigation links
A B C E G H I L M O P 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.MavenEngine
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.MavenEngine
Releases resources used by the analyzers by calling close() on each analyzer.
closeAnalyzer(Analyzer) - Method in class org.owasp.dependencycheck.maven.MavenEngine
Closes the given analyzer.

E

excludeFromScan(String) - 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.
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.
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.

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.MavenEngine
Initializes the given analyzer.
initializeEngine() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Initializes a new MavenEngine that can be used for scanning.
isExternalReport() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns whether this is an external report.
isFailOnError() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns if the mojo should fail the build if an exception occurs.
isGeneratingSite() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns true if the Maven site is being generated.
isMultiModule(MavenProject) - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Test if the project has pom packaging

L

loadEngine() - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Initializes the engine.

M

MavenEngine - 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.
MavenEngine(MavenProject, List<MavenProject>) - Constructor for class org.owasp.dependencycheck.maven.MavenEngine
Creates a new Engine to perform analysis on dependencies.

O

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

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.
resetFileTypeAnalyzers() - Method in class org.owasp.dependencycheck.maven.MavenEngine
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, MavenEngine) - 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.MavenEngine
Runs the update steps of dependency-check.
UPDATE_EXECUTED_FLAG - Static variable in class org.owasp.dependencycheck.maven.MavenEngine
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(MavenEngine, 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 L M O P R S U W 
Skip navigation links

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