Package Issue Response
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)