Vulnerability Occurrence Response
data class VulnerabilityOccurrenceResponse(val cvssScore: Double, val cvssV2: CVSSResponse, val cvssVersion: String, val cvssv3: CVSSResponse, val effectiveSeverity: String, val fixAvailable: Boolean, val longDescription: String, val packageIssue: List<PackageIssueResponse>, val relatedUrls: List<RelatedUrlResponse>, val severity: String, val shortDescription: String, val type: String, val vexAssessment: VexAssessmentResponse)
An occurrence of a severity vulnerability on a resource.
Constructors
Link copied to clipboard
fun VulnerabilityOccurrenceResponse(cvssScore: Double, cvssV2: CVSSResponse, cvssVersion: String, cvssv3: CVSSResponse, effectiveSeverity: String, fixAvailable: Boolean, longDescription: String, packageIssue: List<PackageIssueResponse>, relatedUrls: List<RelatedUrlResponse>, severity: String, shortDescription: String, type: String, vexAssessment: VexAssessmentResponse)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The distro assigned severity for this vulnerability when it is available, otherwise this is the note provider assigned severity. When there are multiple PackageIssues for this vulnerability, they can have different effective severities because some might be provided by the distro while others are provided by the language ecosystem for a language pack. For this reason, it is advised to use the effective severity on the PackageIssue level. In the case where multiple PackageIssues have differing effective severities, this field should be the highest severity for any of the PackageIssues.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard