Skip navigation links
A B C E G H I N O P R S U 

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
 
ArtifactScopeExcluded - Class in org.owasp.dependencycheck.maven
Utility class to determine if an artifact should be excluded.
ArtifactScopeExcluded(boolean, boolean, boolean, boolean) - Constructor for class org.owasp.dependencycheck.maven.ArtifactScopeExcluded
Constructs a new ArtifactScopeExcluded object.
ArtifactTypeExcluded - Class in org.owasp.dependencycheck.maven
Filter implementation to exclude artifacts whose type matches a regular expression.
ArtifactTypeExcluded(String) - Constructor for class org.owasp.dependencycheck.maven.ArtifactTypeExcluded
Creates a new instance.

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

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.
getArtifactScopeExcluded() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the artifact scope excluded filter.
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.
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.
getFilterNonVulnerable() - Method in class org.owasp.dependencycheck.maven.Retirejs
Returns whether or not retire JS should remove non-vulnerable JS files from the report.
getFilters() - Method in class org.owasp.dependencycheck.maven.Retirejs
Returns the retire JS content filters.
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.
getSettings() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Returns the configured settings.

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

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

N

newResolveArtifactProjectBuildingRequest() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
 

O

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

P

passes(String) - Method in class org.owasp.dependencycheck.maven.ArtifactScopeExcluded
Tests is the artifact should be included in the scan (i.e.
passes(String) - Method in class org.owasp.dependencycheck.maven.ArtifactTypeExcluded
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

Retirejs - Class in org.owasp.dependencycheck.maven
 
Retirejs() - Constructor for class org.owasp.dependencycheck.maven.Retirejs
 
runCheck() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Executes the dependency-check scan and generates the necessary 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.
scanArtifacts(MavenProject, Engine, boolean) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Scans the project's artifacts and adds them to the engine's dependency list.
scanDependencies(Engine) - Method in class org.owasp.dependencycheck.maven.AggregateMojo
Scans the dependencies of the projects in aggregate.
scanDependencies(Engine) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Scans the dependencies of the projects in aggregate.
scanDependencies(Engine) - Method in class org.owasp.dependencycheck.maven.CheckMojo
Scans the dependencies of the project.
scanDependencies(Engine) - Method in class org.owasp.dependencycheck.maven.PurgeMojo
Throws an exception if called.
scanDependencies(Engine) - Method in class org.owasp.dependencycheck.maven.UpdateMojo
Throws an exception if called.
setReportOutputDirectory(File) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
Sets the Reporting output directory.
showSummary(MavenProject, 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

UpdateMojo - Class in org.owasp.dependencycheck.maven
Maven Plugin that updates the local cache of the NVD data from NIST.
UpdateMojo() - Constructor for class org.owasp.dependencycheck.maven.UpdateMojo
 
A B C E G H I N O P R S U 
Skip navigation links

Copyright © 2013–2018 OWASP. All rights reserved.