Package Issue Args
data class PackageIssueArgs(val affectedCpeUri: Output<String>, val affectedPackage: Output<String>, val affectedVersion: Output<VersionArgs>, val fileLocation: Output<List<GrafeasV1FileLocationArgs>>? = null, val fixedCpeUri: Output<String>? = null, val fixedPackage: Output<String>? = null, val fixedVersion: Output<VersionArgs>, val packageType: Output<String>? = null) : ConvertibleToJava<PackageIssueArgs>
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 PackageIssueArgs(affectedCpeUri: Output<String>, affectedPackage: Output<String>, affectedVersion: Output<VersionArgs>, fileLocation: Output<List<GrafeasV1FileLocationArgs>>? = null, fixedCpeUri: Output<String>? = null, fixedPackage: Output<String>? = null, fixedVersion: Output<VersionArgs>, packageType: Output<String>? = null)
Functions
Properties
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