| Package | Description |
|---|---|
| org.owasp.dependencycheck.dependency |
Contains the core Dependency implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Reference> |
Vulnerability.getReferences()
Get the value of references.
|
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.setReferences(Set<Reference> references)
Set the value of references.
|
Copyright © 2012–2020 OWASP. All rights reserved.