| 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.data.artifactory |
Contains classes related to searching Artifactory Maven repository.
These are used to abstractArtifactory searching away from OWASP Dependency Check so they can be reused elsewhere. |
| org.owasp.dependencycheck.data.golang |
Contains classes for working with the Go Lang project data.
|
| org.owasp.dependencycheck.data.nvdcve |
Contains classes used to work with the NVD CVE data.
|
| org.owasp.dependencycheck.dependency |
Contains the core Dependency implementation.
|
| org.owasp.dependencycheck.dependency.naming |
A collection of identifiers for Dependency objects.
|
| org.owasp.dependencycheck.processing |
Classes used to process the output of external tools.
|
| org.owasp.dependencycheck.reporting |
Contains classes used to generate reports.
|
| org.owasp.dependencycheck.xml.hints |
Contains classes used to parse the hints file to add evidence to dependencies.
|
| org.owasp.dependencycheck.xml.pom |
This package contains classes used to parse pom.xml files.
|
| org.owasp.dependencycheck.xml.suppression |
Contains classes used to suppress findings.
|
| Class and Description |
|---|
| Dependency
A program dependency.
|
| Class and Description |
|---|
| Dependency
A program dependency.
|
| Class and Description |
|---|
| Confidence
A confidence enumeration.
|
| Dependency
A program dependency.
|
| Evidence
Evidence is a piece of information about a Dependency.
|
| EvidenceType
The types of evidence.
|
| Vulnerability
Contains the information about a vulnerability.
|
| Class and Description |
|---|
| Dependency
A program dependency.
|
| Class and Description |
|---|
| Dependency
A program dependency.
|
| Class and Description |
|---|
| Vulnerability
Contains the information about a vulnerability.
|
| VulnerableSoftware
A record containing information about vulnerable software.
|
| Class and Description |
|---|
| Confidence
A confidence enumeration.
|
| CweSet
Collection of CWEs with a pretty print implemented in the toString().
|
| Dependency
A program dependency.
|
| Evidence
Evidence is a piece of information about a Dependency.
|
| EvidenceType
The types of evidence.
|
| IncludedByReference
POJO to store a reference to the "included by" node in a dependency tree;
where included by is the root node that caused a dependency to be included.
|
| Reference
An external reference for a vulnerability.
|
| Vulnerability
Contains the information about a vulnerability.
|
| Vulnerability.Source
An enumeration for the source of vulnerability.
|
| VulnerableSoftware
A record containing information about vulnerable software.
|
| VulnerableSoftwareBuilder
A builder for VulnerableSoftware objects.
|
| Class and Description |
|---|
| Confidence
A confidence enumeration.
|
| Class and Description |
|---|
| Dependency
A program dependency.
|
| Class and Description |
|---|
| Dependency
A program dependency.
|
| Class and Description |
|---|
| Confidence
A confidence enumeration.
|
| Evidence
Evidence is a piece of information about a Dependency.
|
| Class and Description |
|---|
| Dependency
A program dependency.
|
| Class and Description |
|---|
| Dependency
A program dependency.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.