public static interface Cvss2.Builder extends SdkPojo, CopyableBuilder<Cvss2.Builder,Cvss2>
| Modifier and Type | Method and Description |
|---|---|
Cvss2.Builder |
baseScore(Double baseScore)
The CVSS v2 base score for the vulnerability.
|
Cvss2.Builder |
scoringVector(String scoringVector)
The scoring vector associated with the CVSS v2 score.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCvss2.Builder baseScore(Double baseScore)
The CVSS v2 base score for the vulnerability.
baseScore - The CVSS v2 base score for the vulnerability.Cvss2.Builder scoringVector(String scoringVector)
The scoring vector associated with the CVSS v2 score.
scoringVector - The scoring vector associated with the CVSS v2 score.Copyright © 2023. All rights reserved.