@Generated(value="software.amazon.awssdk:codegen") public final class CvssScore extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CvssScore.Builder,CvssScore>
Amazon Inspector generates a risk score for each finding. This score helps you to prioritize findings, to focus on the most critical findings and the most vulnerable resources. The score uses the Common Vulnerability Scoring System (CVSS) format. This format is a modification of the base CVSS score that the National Vulnerability Database (NVD) provides. For more information about severity levels, see Severity levels for Amazon Inspector findings in the Amazon Inspector User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CvssScore.Builder |
| Modifier and Type | Method and Description |
|---|---|
Double |
baseScore()
The CVSS base score.
|
static CvssScore.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
scoringVector()
The vector string of the CVSS score.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CvssScore.Builder> |
serializableBuilderClass() |
String |
source()
The source of the CVSS score.
|
CvssScore.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The CVSS version that generated the score.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double baseScore()
The CVSS base score.
public final String scoringVector()
The vector string of the CVSS score.
public final String version()
The CVSS version that generated the score.
public final String source()
The source of the CVSS score.
public CvssScore.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CvssScore.Builder,CvssScore>public static CvssScore.Builder builder()
public static Class<? extends CvssScore.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.