Input: CVSSBaseMetricV2Input
The create/update type for the value object type CVSSBaseMetricV2.
If this is used in an update mutation, missing fields are set to null.
Related Types
Properties
| Name | Type | Description |
|---|---|---|
| cvssv2 | CVSSMetricV2Input | The CVSS version 2 metrics. |
| exploitabilityScore | String | The CVSS version 2 exploitability metric. This has a value of either 'Unproven', 'Proof-of-Concept Code', 'Functional', 'High', or 'Not Defined'. |
| impactScore | Float | The CVSS version 2 impact score. This is calculated based on the confidentialityImpact, integrityImpact, and availabilityImpact values. |
| obtainAllPrivilege | String | |
| obtainOtherPrivilege | String | |
| obtainUserPrivilege | String | |
| severity | String | The severity of the vulnerability, as a string value that is either 'Low', 'Medium', 'High', or 'Critical. This is usually calculated from the CVSS score. |
| userInteractionRequired | String |
This page was generated: 2024-11-06
