| Name | Type | Description | Notes |
|---|---|---|---|
| affectedVersion | VulnerabilityScanVersion | ||
| cvssScores | Map<String, Map<String, Object>> | CVSS Scores (when available from the raw scan results) | [optional] |
| description | String | ||
| fixedVersion | VulnerabilityScanVersion | ||
| packageName | String | ||
| references | List<String> | ||
| severity | SeverityEnum | [optional] | |
| severitySource | String | ||
| title | String | ||
| vulnerabilityId | String |
| Name | Value |
|---|---|
| UNKNOWN | "Unknown" |
| LOW | "Low" |
| MEDIUM | "Medium" |
| HIGH | "High" |
| CRITICAL | "Critical" |