Package Issue Args
data class PackageIssueArgs(val affectedLocation: Output<VulnerabilityLocationArgs>, val fixedLocation: Output<VulnerabilityLocationArgs>? = null, val packageType: Output<String>? = null, val severityName: Output<String>? = null) : ConvertibleToJava<PackageIssueArgs>
This message wraps a location affected by a vulnerability and its associated fix (if one is available).
Constructors
Link copied to clipboard
constructor(affectedLocation: Output<VulnerabilityLocationArgs>, fixedLocation: Output<VulnerabilityLocationArgs>? = null, packageType: Output<String>? = null, severityName: Output<String>? = null)
Properties
Link copied to clipboard
The location of the 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
Deprecated, use Details.effective_severity instead The severity (e.g., distro assigned severity) for this vulnerability.