Package org.owasp.dependencycheck.dependency
Contains the core Dependency implementation.
-
Class Summary Class Description 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.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.VulnerableSoftware A record containing information about vulnerable software.VulnerableSoftwareBuilder A builder for VulnerableSoftware objects. -
Enum Summary Enum Description Confidence A confidence enumeration.EvidenceType The types of evidence.Vulnerability.Source An enumeration for the source of vulnerability.