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