public sealed class VulnerabilityNote.Types.WindowsDetail : IMessage<VulnerabilityNote.Types.WindowsDetail>, IEquatable<VulnerabilityNote.Types.WindowsDetail>, IDeepCloneable<VulnerabilityNote.Types.WindowsDetail>, IBufferMessage, IMessage
Implements
IMessageVulnerabilityNoteTypesWindowsDetail, IEquatableVulnerabilityNoteTypesWindowsDetail, IDeepCloneableVulnerabilityNoteTypesWindowsDetail, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
WindowsDetail()
public WindowsDetail()
WindowsDetail(WindowsDetail)
public WindowsDetail(VulnerabilityNote.Types.WindowsDetail other)
Parameter | |
---|---|
Name | Description |
other | VulnerabilityNoteTypesWindowsDetail |
Properties
CpeUri
public string CpeUri { get; set; }
Required. The CPE URI this vulnerability affects.
Property Value | |
---|---|
Type | Description |
string |
Description
public string Description { get; set; }
The description of this vulnerability.
Property Value | |
---|---|
Type | Description |
string |
FixingKbs
public RepeatedField<VulnerabilityNote.Types.WindowsDetail.Types.KnowledgeBase> FixingKbs { get; }
Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed KBs presence is considered a fix.
Property Value | |
---|---|
Type | Description |
RepeatedFieldVulnerabilityNoteTypesWindowsDetailTypesKnowledgeBase |
Name
public string Name { get; set; }
Required. The name of this vulnerability.
Property Value | |
---|---|
Type | Description |
string |