| Package | Description |
|---|---|
| org.owasp.dependencycheck |
Includes the main entry point for dependency-check.
|
| org.owasp.dependencycheck.reporting |
Contains classes used to generate reports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.writeReports(String applicationName,
File outputDir,
String format,
ExceptionCollection exceptions)
Writes the report to the given output directory.
|
void |
Engine.writeReports(String applicationName,
@Nullable String groupId,
@Nullable String artifactId,
@Nullable String version,
@NotNull File outputDir,
String format,
ExceptionCollection exceptions)
Writes the report to the given output directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.analyzeDependencies()
Runs the analyzers against all of the dependencies.
|
protected void |
Engine.executeAnalysisTasks(@NotNull Analyzer analyzer,
List<Throwable> exceptions)
Executes executes the analyzer using multiple threads.
|
| Constructor and Description |
|---|
ReportGenerator(String applicationName,
List<Dependency> dependencies,
List<Analyzer> analyzers,
DatabaseProperties properties,
Settings settings,
ExceptionCollection exceptions)
Constructs a new ReportGenerator.
|
ReportGenerator(String applicationName,
String groupID,
String artifactID,
String version,
List<Dependency> dependencies,
List<Analyzer> analyzers,
DatabaseProperties properties,
Settings settings,
ExceptionCollection exceptions)
Constructs a new ReportGenerator.
|
Copyright © 2012–2020 OWASP. All rights reserved.