Show / Hide Table of Contents

Class Detail

Identifies all occurrences of this vulnerability in the package for a specific distro/location For example: glibc in cpe:/o:debian:debian_linux:8 for versions 2.1 - 2.2

Inheritance
object
Detail
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.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class Detail : IDirectResponseSchema

Properties

CpeUri

The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/) in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar. This field can be used as a filter in list requests.

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

Description

A vendor-specific description of this note.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FixedLocation

The fix for this specific package version.

Declaration
[JsonProperty("fixedLocation")]
public virtual VulnerabilityLocation FixedLocation { get; set; }
Property Value
Type Description
VulnerabilityLocation

IsObsolete

Whether this Detail is obsolete. Occurrences are expected not to point to obsolete details.

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

MaxAffectedVersion

The max version of the package in which the vulnerability exists.

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

MinAffectedVersion

The min version of the package in which the vulnerability exists.

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

Package

The name of the package where the vulnerability was found. This field can be used as a filter in list requests.

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

PackageType

The type of package; whether native or non native(ruby gems, node.js packages etc)

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

SeverityName

The severity (eg: distro assigned severity) for this vulnerability.

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

Source

The source from which the information in this Detail was obtained.

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

Vendor

The vendor of the product. e.g. "google"

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX