A B C E F G H I M N O P R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- CollectingRootDependencyGraphVisitor - Class in org.owasp.dependencycheck.maven
- CollectingRootDependencyGraphVisitor() - Constructor for class org.owasp.dependencycheck.maven.CollectingRootDependencyGraphVisitor
- createProjectReferenceName(MavenProject, DependencyNode) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
E
- endVisit(DependencyNode) - Method in class org.owasp.dependencycheck.maven.CollectingRootDependencyGraphVisitor
- endVisit(DependencyNode) - Method in class org.owasp.dependencycheck.maven.FilteringDependencyTransitiveNodeVisitor
- execute() - Method in class org.owasp.dependency_check_maven.HelpMojo
- execute() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
-
Executes dependency-check.
F
- FilteringDependencyTransitiveNodeVisitor - Class in org.owasp.dependencycheck.maven
-
A dependency node visitor that filters nodes and their children and delegates to another visitor.
- FilteringDependencyTransitiveNodeVisitor(DependencyNodeVisitor, DependencyNodeFilter) - Constructor for class org.owasp.dependencycheck.maven.FilteringDependencyTransitiveNodeVisitor
-
Creates a dependency node visitor that delegates nodes that are accepted by the specified filter to the specified visitor.
G
- 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.
- getDependencyNodeFilter() - Method in class org.owasp.dependencycheck.maven.FilteringDependencyTransitiveNodeVisitor
-
Gets the dependency node filter that this visitor applies before delegation.
- getDependencyNodeVisitor() - Method in class org.owasp.dependencycheck.maven.FilteringDependencyTransitiveNodeVisitor
-
Gets the dependency node visitor that this visitor delegates to.
- 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.
- getExcludes() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
-
Returns the list of excluded artifacts based on either artifact id or group id and artifact id.
- 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.
- getHost() - Method in class org.owasp.dependencycheck.maven.ProxyConfig
-
Get the host.
- 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.
- getNodes() - Method in class org.owasp.dependencycheck.maven.CollectingRootDependencyGraphVisitor
- getOutputDirectory() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
-
Returns the output directory.
- getOutputName() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
-
Returns the output name.
- getPort() - Method in class org.owasp.dependencycheck.maven.ProxyConfig
-
Get the port.
- 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.
- getResolutionResults(DependencyResolutionException) - Static method in class org.owasp.dependencycheck.maven.Mshared998Util
-
Get the list of ArtifactResults from a resolution that ran into an exception.
- getServerId() - Method in class org.owasp.dependencycheck.maven.ProxyConfig
-
The server id.
- getSettings() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
-
Returns the configured settings.
H
- HelpMojo - Class in org.owasp.dependency_check_maven
-
Display help information on dependency-check-maven.
Callmvn dependency-check:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.owasp.dependency_check_maven.HelpMojo
I
- initializeEngine() - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
-
Initializes a new
Engine
that can be used for scanning. - isConfiguredToSkip(MavenProject) - Method in class org.owasp.dependencycheck.maven.AggregateMojo
-
Checks the ODC configuration in the child project to see if should be skipped.
- 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
M
- Mshared998Util - Class in org.owasp.dependencycheck.maven
N
- newResolveArtifactProjectBuildingRequest(MavenProject, List<ArtifactRepository>) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
O
- org.owasp.dependency_check_maven - package org.owasp.dependency_check_maven
- 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. is the dependency in a scope that is being scanned).
- 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.
- ProxyConfig - Class in org.owasp.dependencycheck.maven
-
Proxy configuration options.
- ProxyConfig() - Constructor for class org.owasp.dependencycheck.maven.ProxyConfig
- 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
- resolveArtifactDependencies(DependableCoordinate, MavenProject) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
- Retirejs - Class in org.owasp.dependencycheck.maven
-
Simple POJO for Maven configuration.
- 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.
- 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.
- scanPlugins(MavenProject, Engine, ExceptionCollection) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
-
Scans the project's artifacts for plugin-dependencies and adds them to the engine's dependency list.
- scanPlugins(Engine, ExceptionCollection) - Method in class org.owasp.dependencycheck.maven.AggregateMojo
-
Scans the plugins of the project.
- scanPlugins(Engine, ExceptionCollection) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
-
Scans the plugins of the projects.
- scanPlugins(Engine, ExceptionCollection) - Method in class org.owasp.dependencycheck.maven.CheckMojo
-
Scans the plugins of the project.
- scanPlugins(Engine, ExceptionCollection) - Method in class org.owasp.dependencycheck.maven.PurgeMojo
-
Throws an exception if called.
- scanPlugins(Engine, ExceptionCollection) - Method in class org.owasp.dependencycheck.maven.UpdateMojo
-
Throws an exception if called.
- setHost(String) - Method in class org.owasp.dependencycheck.maven.ProxyConfig
-
Set the host.
- setPort(int) - Method in class org.owasp.dependencycheck.maven.ProxyConfig
-
Set the new port number.
- setReportOutputDirectory(File) - Method in class org.owasp.dependencycheck.maven.BaseDependencyCheckMojo
-
Sets the Reporting output directory.
- setServerId(String) - Method in class org.owasp.dependencycheck.maven.ProxyConfig
-
Sets the server id.
- 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
V
- visit(DependencyNode) - Method in class org.owasp.dependencycheck.maven.CollectingRootDependencyGraphVisitor
- visit(DependencyNode) - Method in class org.owasp.dependencycheck.maven.FilteringDependencyTransitiveNodeVisitor
All Classes All Packages