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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `VulnerabilityNote.Types.WindowsDetail` class within the `Grafeas.V1` namespace, presenting information relevant to version 3.6.0, with links to other versions ranging from 2.2.0 to 3.7.0 (latest)."],["The `WindowsDetail` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, and cloning operations."],["Key properties of the `WindowsDetail` class include `CpeUri`, `Description`, `FixingKbs`, and `Name`, which provide details on the Common Platform Enumeration (CPE) URI, a vulnerability description, associated Knowledge Bases, and the vulnerability's name, respectively."],["The `FixingKbs` property, of type `RepeatedField`, indicates that multiple Knowledge Base hotfixes can be associated with a single vulnerability, and if a KB is present, it is treated as a fix."]]],[]]