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.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class PackageIssue : IDirectResponseSchema
Properties
AffectedLocation
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 distro or language system has not yet assigned a severity for this vulnerability.
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
Declaration
[JsonProperty("severityName")]
public virtual string SeverityName { get; set; }
Property Value
Type | Description |
---|---|
string |