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 details the `VulnerabilityNote.Types.WindowsDetail` class within the `Grafeas.V1` namespace, a class related to vulnerability information in Windows."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in handling message data."],["The latest version available for `VulnerabilityNote.Types.WindowsDetail` is 3.7.0, with the webpage focused on version 3.4.0 and links provided for older and newer versions."],["Key properties of the `WindowsDetail` class include `CpeUri`, `Description`, `FixingKbs`, and `Name`, each holding specific information about a vulnerability."],["`FixingKbs` is a collection of `KnowledgeBase` objects that are considered to fix a vulnerability, and it is indicated that the presence of any listed KBs is considered a fix."]]],[]]