- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public static interface VulnerabilityNote.DetailOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAffectedCpeUri()
public abstract String getAffectedCpeUri()
Required. The CPE URI this vulnerability affects.
string affected_cpe_uri = 4;
Type | Description |
String | The affectedCpeUri. |
getAffectedCpeUriBytes()
public abstract ByteString getAffectedCpeUriBytes()
Required. The CPE URI this vulnerability affects.
string affected_cpe_uri = 4;
Type | Description |
ByteString | The bytes for affectedCpeUri. |
getAffectedPackage()
public abstract String getAffectedPackage()
Required. The package this vulnerability affects.
string affected_package = 5;
Type | Description |
String | The affectedPackage. |
getAffectedPackageBytes()
public abstract ByteString getAffectedPackageBytes()
Required. The package this vulnerability affects.
string affected_package = 5;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
VersionOrBuilder |
getDescription()
public abstract String getDescription()
A vendor-specific description of this vulnerability.
string description = 2;
Type | Description |
String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
A vendor-specific description of this vulnerability.
string description = 2;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
VersionOrBuilder |
getIsObsolete()
public abstract boolean getIsObsolete()
Whether this detail is obsolete. Occurrences are expected not to point to obsolete details.
bool is_obsolete = 11;
Type | Description |
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;
Type | Description |
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;
Type | Description |
ByteString | The bytes for packageType. |
getSeverityName()
public abstract String getSeverityName()
The distro assigned severity of this vulnerability.
string severity_name = 1;
Type | Description |
String | The severityName. |
getSeverityNameBytes()
public abstract ByteString getSeverityNameBytes()
The distro assigned severity of this vulnerability.
string severity_name = 1;
Type | Description |
ByteString | The bytes for severityName. |
getSource()
public abstract String getSource()
The source from which the information in this Detail was obtained.
string source = 13;
Type | Description |
String | The source. |
getSourceBytes()
public abstract ByteString getSourceBytes()
The source from which the information in this Detail was obtained.
string source = 13;
Type | Description |
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;
Type | Description |
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;
Type | Description |
TimestampOrBuilder |
getVendor()
public abstract String getVendor()
The name of the vendor of the product.
string vendor = 14;
Type | Description |
String | The vendor. |
getVendorBytes()
public abstract ByteString getVendorBytes()
The name of the vendor of the product.
string vendor = 14;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
boolean | Whether the sourceUpdateTime field is set. |