| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Cvss |
Cvss.clone() |
Cvss |
Cvss.withBaseScore(Double baseScore)
The base CVSS score.
|
Cvss |
Cvss.withBaseVector(String baseVector)
The base scoring vector for the CVSS score.
|
Cvss |
Cvss.withVersion(String version)
The version of CVSS for the CVSS score.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cvss> |
Vulnerability.getCvss()
CVSS scores from the advisory related to the vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
Vulnerability |
Vulnerability.withCvss(Cvss... cvss)
CVSS scores from the advisory related to the vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.setCvss(Collection<Cvss> cvss)
CVSS scores from the advisory related to the vulnerability.
|
Vulnerability |
Vulnerability.withCvss(Collection<Cvss> cvss)
CVSS scores from the advisory related to the vulnerability.
|
Copyright © 2020. All rights reserved.