Package Issue Response
data class PackageIssueResponse(val affectedCpeUri: String, val affectedPackage: String, val affectedVersion: VersionResponse, val effectiveSeverity: String, val fileLocation: List<GrafeasV1FileLocationResponse>, val fixAvailable: Boolean, val fixedCpeUri: String, val fixedPackage: String, val fixedVersion: VersionResponse, val packageType: String)
A detail for a distro and package this vulnerability occurrence was found in and its associated fix (if one is available).
Constructors
Link copied to clipboard
fun PackageIssueResponse(affectedCpeUri: String, affectedPackage: String, affectedVersion: VersionResponse, effectiveSeverity: String, fileLocation: List<GrafeasV1FileLocationResponse>, fixAvailable: Boolean, fixedCpeUri: String, fixedPackage: String, fixedVersion: VersionResponse, packageType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The CPE URI this vulnerability was fixed in. It is possible for this to be different from the affected_cpe_uri.
Link copied to clipboard