Package | Description |
---|---|
org.cyclonedx.model.vulnerability |
Modifier and Type | Method and Description |
---|---|
static Vulnerability.Analysis.Response |
Vulnerability.Analysis.Response.fromString(String text) |
static Vulnerability.Analysis.Response |
Vulnerability.Analysis.Response.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vulnerability.Analysis.Response[] |
Vulnerability.Analysis.Response.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Vulnerability.Analysis.Response> |
Vulnerability.Analysis.getResponses() |
Modifier and Type | Method and Description |
---|---|
void |
Vulnerability.Analysis.addResponse(Vulnerability.Analysis.Response response) |
Modifier and Type | Method and Description |
---|---|
void |
Vulnerability.Analysis.setResponses(List<Vulnerability.Analysis.Response> responses) |
Copyright © 2017–2025 OWASP Foundation. All rights reserved.