Class PackageIssue
This message wraps a location affected by a vulnerability and its associated fix (if one is available).
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class PackageIssue : IDirectResponseSchema
Properties
AffectedLocation
Required. The location of the vulnerability.
Declaration
[JsonProperty("affectedLocation")]
public virtual VulnerabilityLocation AffectedLocation { get; set; }
Property Value
Type | Description |
---|---|
VulnerabilityLocation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EffectiveSeverity
Output only. The distro or language system assigned severity for this vulnerability when that is available and note provider assigned severity when it is not available.
Declaration
[JsonProperty("effectiveSeverity")]
public virtual string EffectiveSeverity { get; set; }
Property Value
Type | Description |
---|---|
string |
FixedLocation
The location of the available fix for vulnerability.
Declaration
[JsonProperty("fixedLocation")]
public virtual VulnerabilityLocation FixedLocation { get; set; }
Property Value
Type | Description |
---|---|
VulnerabilityLocation |
PackageType
The type of package (e.g. OS, MAVEN, GO).
Declaration
[JsonProperty("packageType")]
public virtual string PackageType { get; set; }
Property Value
Type | Description |
---|---|
string |
SeverityName
Deprecated, use Details.effective_severity instead The severity (e.g., distro assigned severity) for this vulnerability.
Declaration
[JsonProperty("severityName")]
public virtual string SeverityName { get; set; }
Property Value
Type | Description |
---|---|
string |