public sealed class VulnerabilityNote.Types.WindowsDetail : IMessage<VulnerabilityNote.Types.WindowsDetail>, IEquatable<VulnerabilityNote.Types.WindowsDetail>, IDeepCloneable<VulnerabilityNote.Types.WindowsDetail>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage documents the `VulnerabilityNote.Types.WindowsDetail` class within the Grafeas.V1 namespace, focusing on version 3.3.0, and provides links to other versions ranging from 2.2.0 to the latest 3.7.0."],["The `VulnerabilityNote.Types.WindowsDetail` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes a constructor, `WindowsDetail()`, and another overloaded constructor, `WindowsDetail(WindowsDetail)`, which takes an existing `VulnerabilityNote.Types.WindowsDetail` object as a parameter."],["Key properties of the `VulnerabilityNote.Types.WindowsDetail` class include `CpeUri` (the affected CPE URI), `Description` (the vulnerability description), `FixingKbs` (a list of knowledge bases containing hotfixes), and `Name` (the vulnerability name)."],["The `FixingKbs` property uses a `RepeatedField` to contain multiple `KnowledgeBase` entries that serve as hotfixes to resolve the listed vulnerability."]]],[]]