| Package | Description |
|---|---|
| org.owasp.dependencycheck.dependency |
Contains the core Dependency implementation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Reference> |
Vulnerability.getReferences()
Get the value of references.
|
java.util.List<Reference> |
Vulnerability.getReferences(boolean sorted)
Returns the list of references.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.addReference(Reference ref)
Adds a reference to the references collection.
|
int |
Reference.compareTo(@NotNull Reference o)
Implementation of the comparable interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.addReferences(java.util.Set<Reference> references)
Adds the references to the collection.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.