| Package | Description |
|---|---|
| org.owasp.dependencycheck.dependency |
Contains the core Dependency implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Vulnerability.Source |
Vulnerability.getSource()
Returns the source that identified the vulnerability.
|
static Vulnerability.Source |
Vulnerability.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vulnerability.Source[] |
Vulnerability.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.setSource(Vulnerability.Source source)
Sets the source that identified the vulnerability.
|
Copyright © 2012–2020 OWASP. All rights reserved.