Interface VulnerabilityNote.DetailOrBuilder (2.9.0)

public static interface VulnerabilityNote.DetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAffectedCpeUri()

public abstract String getAffectedCpeUri()

Required. The CPE URI this vulnerability affects.

string affected_cpe_uri = 4;

Returns
TypeDescription
String

The affectedCpeUri.

getAffectedCpeUriBytes()

public abstract ByteString getAffectedCpeUriBytes()

Required. The CPE URI this vulnerability affects.

string affected_cpe_uri = 4;

Returns
TypeDescription
ByteString

The bytes for affectedCpeUri.

getAffectedPackage()

public abstract String getAffectedPackage()

Required. The package this vulnerability affects.

string affected_package = 5;

Returns
TypeDescription
String

The affectedPackage.

getAffectedPackageBytes()

public abstract ByteString getAffectedPackageBytes()

Required. The package this vulnerability affects.

string affected_package = 5;

Returns
TypeDescription
ByteString

The bytes for affectedPackage.

getAffectedVersionEnd()

public abstract Version getAffectedVersionEnd()

The version number at the end of an interval in which this vulnerability exists. A vulnerability can affect a package between version numbers that are disjoint sets of intervals (example: [1.0.0-1.1.0], [2.4.6-2.4.8] and [4.5.6-4.6.8]) each of which will be represented in its own Detail. If a specific affected version is provided by a vulnerability database, affected_version_start and affected_version_end will be the same in that Detail.

.grafeas.v1.Version affected_version_end = 7;

Returns
TypeDescription
Version

The affectedVersionEnd.

getAffectedVersionEndOrBuilder()

public abstract VersionOrBuilder getAffectedVersionEndOrBuilder()

The version number at the end of an interval in which this vulnerability exists. A vulnerability can affect a package between version numbers that are disjoint sets of intervals (example: [1.0.0-1.1.0], [2.4.6-2.4.8] and [4.5.6-4.6.8]) each of which will be represented in its own Detail. If a specific affected version is provided by a vulnerability database, affected_version_start and affected_version_end will be the same in that Detail.

.grafeas.v1.Version affected_version_end = 7;

Returns
TypeDescription
VersionOrBuilder

getAffectedVersionStart()

public abstract Version getAffectedVersionStart()

The version number at the start of an interval in which this vulnerability exists. A vulnerability can affect a package between version numbers that are disjoint sets of intervals (example: [1.0.0-1.1.0], [2.4.6-2.4.8] and [4.5.6-4.6.8]) each of which will be represented in its own Detail. If a specific affected version is provided by a vulnerability database, affected_version_start and affected_version_end will be the same in that Detail.

.grafeas.v1.Version affected_version_start = 6;

Returns
TypeDescription
Version

The affectedVersionStart.

getAffectedVersionStartOrBuilder()

public abstract VersionOrBuilder getAffectedVersionStartOrBuilder()

The version number at the start of an interval in which this vulnerability exists. A vulnerability can affect a package between version numbers that are disjoint sets of intervals (example: [1.0.0-1.1.0], [2.4.6-2.4.8] and [4.5.6-4.6.8]) each of which will be represented in its own Detail. If a specific affected version is provided by a vulnerability database, affected_version_start and affected_version_end will be the same in that Detail.

.grafeas.v1.Version affected_version_start = 6;

Returns
TypeDescription
VersionOrBuilder

getDescription()

public abstract String getDescription()

A vendor-specific description of this vulnerability.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

A vendor-specific description of this vulnerability.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getFixedCpeUri()

public abstract String getFixedCpeUri()

The distro recommended CPE URI to update to that contains a fix for this vulnerability. It is possible for this to be different from the affected_cpe_uri.

string fixed_cpe_uri = 8;

Returns
TypeDescription
String

The fixedCpeUri.

getFixedCpeUriBytes()

public abstract ByteString getFixedCpeUriBytes()

The distro recommended CPE URI to update to that contains a fix for this vulnerability. It is possible for this to be different from the affected_cpe_uri.

string fixed_cpe_uri = 8;

Returns
TypeDescription
ByteString

The bytes for fixedCpeUri.

getFixedPackage()

public abstract String getFixedPackage()

The distro recommended package to update to that contains a fix for this vulnerability. It is possible for this to be different from the affected_package.

string fixed_package = 9;

Returns
TypeDescription
String

The fixedPackage.

getFixedPackageBytes()

public abstract ByteString getFixedPackageBytes()

The distro recommended package to update to that contains a fix for this vulnerability. It is possible for this to be different from the affected_package.

string fixed_package = 9;

Returns
TypeDescription
ByteString

The bytes for fixedPackage.

getFixedVersion()

public abstract Version getFixedVersion()

The distro recommended version to update to that contains a fix for this vulnerability. Setting this to VersionKind.MAXIMUM means no such version is yet available.

.grafeas.v1.Version fixed_version = 10;

Returns
TypeDescription
Version

The fixedVersion.

getFixedVersionOrBuilder()

public abstract VersionOrBuilder getFixedVersionOrBuilder()

The distro recommended version to update to that contains a fix for this vulnerability. Setting this to VersionKind.MAXIMUM means no such version is yet available.

.grafeas.v1.Version fixed_version = 10;

Returns
TypeDescription
VersionOrBuilder

getIsObsolete()

public abstract boolean getIsObsolete()

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

bool is_obsolete = 11;

Returns
TypeDescription
boolean

The isObsolete.

getPackageType()

public abstract String getPackageType()

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

string package_type = 3;

Returns
TypeDescription
String

The packageType.

getPackageTypeBytes()

public abstract ByteString getPackageTypeBytes()

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

string package_type = 3;

Returns
TypeDescription
ByteString

The bytes for packageType.

getSeverityName()

public abstract String getSeverityName()

The distro assigned severity of this vulnerability.

string severity_name = 1;

Returns
TypeDescription
String

The severityName.

getSeverityNameBytes()

public abstract ByteString getSeverityNameBytes()

The distro assigned severity of this vulnerability.

string severity_name = 1;

Returns
TypeDescription
ByteString

The bytes for severityName.

getSource()

public abstract String getSource()

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

string source = 13;

Returns
TypeDescription
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

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

string source = 13;

Returns
TypeDescription
ByteString

The bytes for source.

getSourceUpdateTime()

public abstract Timestamp getSourceUpdateTime()

The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.

.google.protobuf.Timestamp source_update_time = 12;

Returns
TypeDescription
Timestamp

The sourceUpdateTime.

getSourceUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getSourceUpdateTimeOrBuilder()

The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.

.google.protobuf.Timestamp source_update_time = 12;

Returns
TypeDescription
TimestampOrBuilder

getVendor()

public abstract String getVendor()

The name of the vendor of the product.

string vendor = 14;

Returns
TypeDescription
String

The vendor.

getVendorBytes()

public abstract ByteString getVendorBytes()

The name of the vendor of the product.

string vendor = 14;

Returns
TypeDescription
ByteString

The bytes for vendor.

hasAffectedVersionEnd()

public abstract boolean hasAffectedVersionEnd()

The version number at the end of an interval in which this vulnerability exists. A vulnerability can affect a package between version numbers that are disjoint sets of intervals (example: [1.0.0-1.1.0], [2.4.6-2.4.8] and [4.5.6-4.6.8]) each of which will be represented in its own Detail. If a specific affected version is provided by a vulnerability database, affected_version_start and affected_version_end will be the same in that Detail.

.grafeas.v1.Version affected_version_end = 7;

Returns
TypeDescription
boolean

Whether the affectedVersionEnd field is set.

hasAffectedVersionStart()

public abstract boolean hasAffectedVersionStart()

The version number at the start of an interval in which this vulnerability exists. A vulnerability can affect a package between version numbers that are disjoint sets of intervals (example: [1.0.0-1.1.0], [2.4.6-2.4.8] and [4.5.6-4.6.8]) each of which will be represented in its own Detail. If a specific affected version is provided by a vulnerability database, affected_version_start and affected_version_end will be the same in that Detail.

.grafeas.v1.Version affected_version_start = 6;

Returns
TypeDescription
boolean

Whether the affectedVersionStart field is set.

hasFixedVersion()

public abstract boolean hasFixedVersion()

The distro recommended version to update to that contains a fix for this vulnerability. Setting this to VersionKind.MAXIMUM means no such version is yet available.

.grafeas.v1.Version fixed_version = 10;

Returns
TypeDescription
boolean

Whether the fixedVersion field is set.

hasSourceUpdateTime()

public abstract boolean hasSourceUpdateTime()

The time this information was last changed at the source. This is an upstream timestamp from the underlying information source - e.g. Ubuntu security tracker.

.google.protobuf.Timestamp source_update_time = 12;

Returns
TypeDescription
boolean

Whether the sourceUpdateTime field is set.