Class VulnerabilityNote.Detail (2.3.1)

public static final class VulnerabilityNote.Detail extends GeneratedMessageV3 implements VulnerabilityNote.DetailOrBuilder

A detail for a distro and package affected by this vulnerability and its associated fix (if one is available).

Protobuf type grafeas.v1.VulnerabilityNote.Detail

Static Fields

AFFECTED_CPE_URI_FIELD_NUMBER

public static final int AFFECTED_CPE_URI_FIELD_NUMBER
Field Value
TypeDescription
int

AFFECTED_PACKAGE_FIELD_NUMBER

public static final int AFFECTED_PACKAGE_FIELD_NUMBER
Field Value
TypeDescription
int

AFFECTED_VERSION_END_FIELD_NUMBER

public static final int AFFECTED_VERSION_END_FIELD_NUMBER
Field Value
TypeDescription
int

AFFECTED_VERSION_START_FIELD_NUMBER

public static final int AFFECTED_VERSION_START_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

FIXED_CPE_URI_FIELD_NUMBER

public static final int FIXED_CPE_URI_FIELD_NUMBER
Field Value
TypeDescription
int

FIXED_PACKAGE_FIELD_NUMBER

public static final int FIXED_PACKAGE_FIELD_NUMBER
Field Value
TypeDescription
int

FIXED_VERSION_FIELD_NUMBER

public static final int FIXED_VERSION_FIELD_NUMBER
Field Value
TypeDescription
int

IS_OBSOLETE_FIELD_NUMBER

public static final int IS_OBSOLETE_FIELD_NUMBER
Field Value
TypeDescription
int

PACKAGE_TYPE_FIELD_NUMBER

public static final int PACKAGE_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

SEVERITY_NAME_FIELD_NUMBER

public static final int SEVERITY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_FIELD_NUMBER

public static final int SOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_UPDATE_TIME_FIELD_NUMBER

public static final int SOURCE_UPDATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

VENDOR_FIELD_NUMBER

public static final int VENDOR_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static VulnerabilityNote.Detail getDefaultInstance()
Returns
TypeDescription
VulnerabilityNote.Detail

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static VulnerabilityNote.Detail.Builder newBuilder()
Returns
TypeDescription
VulnerabilityNote.Detail.Builder

newBuilder(VulnerabilityNote.Detail prototype)

public static VulnerabilityNote.Detail.Builder newBuilder(VulnerabilityNote.Detail prototype)
Parameter
NameDescription
prototypeVulnerabilityNote.Detail
Returns
TypeDescription
VulnerabilityNote.Detail.Builder

parseDelimitedFrom(InputStream input)

public static VulnerabilityNote.Detail parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityNote.Detail parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static VulnerabilityNote.Detail parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityNote.Detail parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VulnerabilityNote.Detail parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityNote.Detail parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VulnerabilityNote.Detail parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityNote.Detail parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static VulnerabilityNote.Detail parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityNote.Detail parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static VulnerabilityNote.Detail parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VulnerabilityNote.Detail parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VulnerabilityNote.Detail
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<VulnerabilityNote.Detail> parser()
Returns
TypeDescription
Parser<Detail>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAffectedCpeUri()

public String getAffectedCpeUri()

Required. The CPE URI this vulnerability affects.

string affected_cpe_uri = 4;

Returns
TypeDescription
String

The affectedCpeUri.

getAffectedCpeUriBytes()

public ByteString getAffectedCpeUriBytes()

Required. The CPE URI this vulnerability affects.

string affected_cpe_uri = 4;

Returns
TypeDescription
ByteString

The bytes for affectedCpeUri.

getAffectedPackage()

public String getAffectedPackage()

Required. The package this vulnerability affects.

string affected_package = 5;

Returns
TypeDescription
String

The affectedPackage.

getAffectedPackageBytes()

public ByteString getAffectedPackageBytes()

Required. The package this vulnerability affects.

string affected_package = 5;

Returns
TypeDescription
ByteString

The bytes for affectedPackage.

getAffectedVersionEnd()

public 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 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 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 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

getDefaultInstanceForType()

public VulnerabilityNote.Detail getDefaultInstanceForType()
Returns
TypeDescription
VulnerabilityNote.Detail

getDescription()

public String getDescription()

A vendor-specific description of this vulnerability.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

A vendor-specific description of this vulnerability.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getFixedCpeUri()

public 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 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 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 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 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 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 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 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 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.

getParserForType()

public Parser<VulnerabilityNote.Detail> getParserForType()
Returns
TypeDescription
Parser<Detail>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSeverityName()

public String getSeverityName()

The distro assigned severity of this vulnerability.

string severity_name = 1;

Returns
TypeDescription
String

The severityName.

getSeverityNameBytes()

public ByteString getSeverityNameBytes()

The distro assigned severity of this vulnerability.

string severity_name = 1;

Returns
TypeDescription
ByteString

The bytes for severityName.

getSource()

public String getSource()

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

string source = 13;

Returns
TypeDescription
String

The source.

getSourceBytes()

public 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 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 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

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getVendor()

public String getVendor()

The name of the vendor of the product.

string vendor = 14;

Returns
TypeDescription
String

The vendor.

getVendorBytes()

public ByteString getVendorBytes()

The name of the vendor of the product.

string vendor = 14;

Returns
TypeDescription
ByteString

The bytes for vendor.

hasAffectedVersionEnd()

public 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 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 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 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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public VulnerabilityNote.Detail.Builder newBuilderForType()
Returns
TypeDescription
VulnerabilityNote.Detail.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VulnerabilityNote.Detail.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
VulnerabilityNote.Detail.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public VulnerabilityNote.Detail.Builder toBuilder()
Returns
TypeDescription
VulnerabilityNote.Detail.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException