| Package | Description |
|---|---|
| org.owasp.dependencycheck |
Includes the main entry point for dependency-check.
|
| org.owasp.dependencycheck.agent |
The agent package holds an agent API that can be used by other applications that have information about dependencies; but would
rather implement something in their code directly rather then spawn a process to run the entire dependency-check engine.
|
| org.owasp.dependencycheck.analyzer |
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
|
| org.owasp.dependencycheck.reporting |
Contains classes used to generate reports.
|
| org.owasp.dependencycheck.utils |
Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.
|
| Class and Description |
|---|
| ExceptionCollection
A collection of several exceptions.
|
| InitializationException
An exception used when initializing analyzers.
|
| ReportException
An exception used when generating reports.
|
| Class and Description |
|---|
| ScanAgentException
An exception used when using @{link DependencyCheckScanAgent} to conduct a
scan and the scan fails.
|
| Class and Description |
|---|
| InitializationException
An exception used when initializing analyzers.
|
| Class and Description |
|---|
| ExceptionCollection
A collection of several exceptions.
|
| ReportException
An exception used when generating reports.
|
| Class and Description |
|---|
| H2DBLockException
An exception used when trying to obtain a lock on the H2 database.
|
| ParseException
An exception thrown when a parsing error occurs.
|
Copyright © 2012–2020 OWASP. All rights reserved.