Show / Hide Table of Contents

Class PackageIssue

A detail for a distro and package this vulnerability occurrence was found in and its associated fix (if one is available).

Inheritance
object
PackageIssue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class PackageIssue : IDirectResponseSchema

Properties

AffectedCpeUri

Required. The CPE URI this vulnerability was found in.

Declaration
[JsonProperty("affectedCpeUri")]
public virtual string AffectedCpeUri { get; set; }
Property Value
Type Description
string

AffectedPackage

Required. The package this vulnerability was found in.

Declaration
[JsonProperty("affectedPackage")]
public virtual string AffectedPackage { get; set; }
Property Value
Type Description
string

AffectedVersion

Required. The version of the package that is installed on the resource affected by this vulnerability.

Declaration
[JsonProperty("affectedVersion")]
public virtual Version AffectedVersion { get; set; }
Property Value
Type Description
Version

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

FileLocation

The location at which this package was found.

Declaration
[JsonProperty("fileLocation")]
public virtual IList<GrafeasV1FileLocation> FileLocation { get; set; }
Property Value
Type Description
IList<GrafeasV1FileLocation>

FixAvailable

Output only. Whether a fix is available for this package.

Declaration
[JsonProperty("fixAvailable")]
public virtual bool? FixAvailable { get; set; }
Property Value
Type Description
bool?

FixedCpeUri

The CPE URI this vulnerability was fixed in. It is possible for this to be different from the affected_cpe_uri.

Declaration
[JsonProperty("fixedCpeUri")]
public virtual string FixedCpeUri { get; set; }
Property Value
Type Description
string

FixedPackage

The package this vulnerability was fixed in. It is possible for this to be different from the affected_package.

Declaration
[JsonProperty("fixedPackage")]
public virtual string FixedPackage { get; set; }
Property Value
Type Description
string

FixedVersion

Required. The version of the package this vulnerability was fixed in. Setting this to VersionKind.MAXIMUM means no fix is yet available.

Declaration
[JsonProperty("fixedVersion")]
public virtual Version FixedVersion { get; set; }
Property Value
Type Description
Version

PackageType

The type of package (e.g. OS, MAVEN, GO).

Declaration
[JsonProperty("packageType")]
public virtual string PackageType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX