- 2.74.0 (latest)
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 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
final
class
VulnerabilityNote
extends
GeneratedMessageV3
implements
VulnerabilityNoteOrBuilder
A security vulnerability that can be found in resources.
Protobuf type grafeas.v1.VulnerabilityNote
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > VulnerabilityNoteImplements
VulnerabilityNoteOrBuilderStatic Fields
CVSS_SCORE_FIELD_NUMBER
public
static
final
int
CVSS_SCORE_FIELD_NUMBER
CVSS_V2_FIELD_NUMBER
public
static
final
int
CVSS_V2_FIELD_NUMBER
CVSS_V3_FIELD_NUMBER
public
static
final
int
CVSS_V3_FIELD_NUMBER
CVSS_VERSION_FIELD_NUMBER
public
static
final
int
CVSS_VERSION_FIELD_NUMBER
DETAILS_FIELD_NUMBER
public
static
final
int
DETAILS_FIELD_NUMBER
SEVERITY_FIELD_NUMBER
public
static
final
int
SEVERITY_FIELD_NUMBER
SOURCE_UPDATE_TIME_FIELD_NUMBER
public
static
final
int
SOURCE_UPDATE_TIME_FIELD_NUMBER
WINDOWS_DETAILS_FIELD_NUMBER
public
static
final
int
WINDOWS_DETAILS_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
VulnerabilityNote
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
VulnerabilityNote
.
Builder
newBuilder
()
newBuilder(VulnerabilityNote prototype)
public
static
VulnerabilityNote
.
Builder
newBuilder
(
VulnerabilityNote
prototype
)
parseDelimitedFrom(InputStream input)
public
static
VulnerabilityNote
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
VulnerabilityNote
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
VulnerabilityNote
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
VulnerabilityNote
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
VulnerabilityNote
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
VulnerabilityNote
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
VulnerabilityNote
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
VulnerabilityNote
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
VulnerabilityNote
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
VulnerabilityNote
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
VulnerabilityNote
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
VulnerabilityNote
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<VulnerabilityNote>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getCvssScore()
public
float
getCvssScore
()
The CVSS score of this vulnerability. CVSS score is on a scale of 0 - 10 where 0 indicates low severity and 10 indicates high severity.
float cvss_score = 1;
getCvssV2()
public
CVSS
getCvssV2
()
The full description of the v2 CVSS for this vulnerability.
.grafeas.v1.CVSS cvss_v2 = 8;
getCvssV2OrBuilder()
public
CVSSOrBuilder
getCvssV2OrBuilder
()
The full description of the v2 CVSS for this vulnerability.
.grafeas.v1.CVSS cvss_v2 = 8;
getCvssV3()
public
CVSSv3
getCvssV3
()
The full description of the CVSSv3 for this vulnerability.
.grafeas.v1.CVSSv3 cvss_v3 = 4;
getCvssV3OrBuilder()
public
CVSSv3OrBuilder
getCvssV3OrBuilder
()
The full description of the CVSSv3 for this vulnerability.
.grafeas.v1.CVSSv3 cvss_v3 = 4;
getCvssVersion()
public
CVSSVersion
getCvssVersion
()
CVSS version used to populate cvss_score and severity.
.grafeas.v1.CVSSVersion cvss_version = 7;
getCvssVersionValue()
public
int
getCvssVersionValue
()
CVSS version used to populate cvss_score and severity.
.grafeas.v1.CVSSVersion cvss_version = 7;
getDefaultInstanceForType()
public
VulnerabilityNote
getDefaultInstanceForType
()
getDetails(int index)
public
VulnerabilityNote
.
Detail
getDetails
(
int
index
)
Details of all known distros and packages affected by this vulnerability.
repeated .grafeas.v1.VulnerabilityNote.Detail details = 3;
getDetailsCount()
public
int
getDetailsCount
()
Details of all known distros and packages affected by this vulnerability.
repeated .grafeas.v1.VulnerabilityNote.Detail details = 3;
getDetailsList()
public
List<VulnerabilityNote
.
Detail
>
getDetailsList
()
Details of all known distros and packages affected by this vulnerability.
repeated .grafeas.v1.VulnerabilityNote.Detail details = 3;
getDetailsOrBuilder(int index)
public
VulnerabilityNote
.
DetailOrBuilder
getDetailsOrBuilder
(
int
index
)
Details of all known distros and packages affected by this vulnerability.
repeated .grafeas.v1.VulnerabilityNote.Detail details = 3;
getDetailsOrBuilderList()
public
List
< ?
extends
VulnerabilityNote
.
DetailOrBuilder
>
getDetailsOrBuilderList
()
Details of all known distros and packages affected by this vulnerability.
repeated .grafeas.v1.VulnerabilityNote.Detail details = 3;
getParserForType()
public
Parser<VulnerabilityNote>
getParserForType
()
getSerializedSize()
public
int
getSerializedSize
()
getSeverity()
public
Severity
getSeverity
()
The note provider assigned severity of this vulnerability.
.grafeas.v1.Severity severity = 2;
getSeverityValue()
public
int
getSeverityValue
()
The note provider assigned severity of this vulnerability.
.grafeas.v1.Severity severity = 2;
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 = 6;
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 = 6;
getWindowsDetails(int index)
public
VulnerabilityNote
.
WindowsDetail
getWindowsDetails
(
int
index
)
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail windows_details = 5;
getWindowsDetailsCount()
public
int
getWindowsDetailsCount
()
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail windows_details = 5;
getWindowsDetailsList()
public
List<VulnerabilityNote
.
WindowsDetail
>
getWindowsDetailsList
()
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail windows_details = 5;
getWindowsDetailsOrBuilder(int index)
public
VulnerabilityNote
.
WindowsDetailOrBuilder
getWindowsDetailsOrBuilder
(
int
index
)
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail windows_details = 5;
getWindowsDetailsOrBuilderList()
public
List
< ?
extends
VulnerabilityNote
.
WindowsDetailOrBuilder
>
getWindowsDetailsOrBuilderList
()
Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.
repeated .grafeas.v1.VulnerabilityNote.WindowsDetail windows_details = 5;
hasCvssV2()
public
boolean
hasCvssV2
()
The full description of the v2 CVSS for this vulnerability.
.grafeas.v1.CVSS cvss_v2 = 8;
hasCvssV3()
public
boolean
hasCvssV3
()
The full description of the CVSSv3 for this vulnerability.
.grafeas.v1.CVSSv3 cvss_v3 = 4;
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 = 6;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
VulnerabilityNote
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
VulnerabilityNote
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
toBuilder()
public
VulnerabilityNote
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)