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 provides documentation for `VulnerabilityNote.Types.WindowsDetail`, a class within the `Grafeas.V1` namespace in the .NET library, with versions ranging from 2.2.0 to 3.7.0, with 3.7.0 being the latest."],["The `VulnerabilityNote.Types.WindowsDetail` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities such as message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes constructors for default initialization and initialization from another `VulnerabilityNote.Types.WindowsDetail` object."],["Key properties of the class include `CpeUri`, `Description`, `FixingKbs`, and `Name`, which respectively denote the affected CPE URI, a description of the vulnerability, the list of knowledge bases (KBs) with hotfixes, and the name of the vulnerability."],["The `FixingKbs` property is a list of `KnowledgeBase` objects, indicating multiple hotfixes, for a given vulnerability."]]],[]]