GrafeasV1beta1VulnerabilityDetailsResponse

data class GrafeasV1beta1VulnerabilityDetailsResponse(val cvssScore: Double, val cvssV2: CVSSResponse, val cvssV3: CVSSResponse, val cvssVersion: String, val effectiveSeverity: String, val longDescription: String, val packageIssue: List<PackageIssueResponse>, val relatedUrls: List<RelatedUrlResponse>, val severity: String, val shortDescription: String, val type: String, val vexAssessment: VexAssessmentResponse)

Details of a vulnerability Occurrence.

Constructors

constructor(cvssScore: Double, cvssV2: CVSSResponse, cvssV3: CVSSResponse, cvssVersion: String, effectiveSeverity: String, longDescription: String, packageIssue: List<PackageIssueResponse>, relatedUrls: List<RelatedUrlResponse>, severity: String, shortDescription: String, type: String, vexAssessment: VexAssessmentResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CVSS score of this vulnerability. CVSS score is on a scale of 0-10 where 0 indicates low severity and 10 indicates high severity.

Link copied to clipboard

The cvss v2 score for the vulnerability.

Link copied to clipboard

The cvss v3 score for the vulnerability.

Link copied to clipboard

CVSS version used to populate cvss_score and severity.

Link copied to clipboard

The distro assigned severity for this vulnerability when it is available, and note provider assigned severity when distro has not yet assigned a severity for this vulnerability. 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

A detailed description of this vulnerability.

Link copied to clipboard

The set of affected locations and their fixes (if available) within the associated resource.

Link copied to clipboard

URLs related to this vulnerability.

Link copied to clipboard

The note provider assigned Severity of the vulnerability.

Link copied to clipboard

A one sentence description of this vulnerability.

Link copied to clipboard

The type of package; whether native or non native(ruby gems, node.js packages etc)

Link copied to clipboard