PackageIssueResponse

data class PackageIssueResponse(val affectedLocation: VulnerabilityLocationResponse, val effectiveSeverity: String, val fixedLocation: VulnerabilityLocationResponse, val packageType: String, val severityName: String)

This message wraps a location affected by a vulnerability and its associated fix (if one is available).

Constructors

Link copied to clipboard
fun PackageIssueResponse(affectedLocation: VulnerabilityLocationResponse, effectiveSeverity: String, fixedLocation: VulnerabilityLocationResponse, packageType: String, severityName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location of the vulnerability.

Link copied to clipboard

The distro or language system assigned severity for this vulnerability when that is available and note provider assigned severity when distro or language system has not yet assigned a severity for this vulnerability.

Link copied to clipboard

The location of the available fix for vulnerability.

Link copied to clipboard

The type of package (e.g. OS, MAVEN, GO).

Link copied to clipboard