public sealed class VulnerableHeaders : IMessage<VulnerableHeaders>, IEquatable<VulnerableHeaders>, IDeepCloneable<VulnerableHeaders>, IBufferMessage, IMessage
Information about vulnerable or missing HTTP Headers.
[[["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-03-21 UTC."],[[["The latest version available for `VulnerableHeaders` is 2.5.0, with the provided documentation covering versions from 1.0.0 up to 2.5.0."],["`VulnerableHeaders` is a class that provides information about vulnerable or missing HTTP headers, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VulnerableHeaders` class has two constructors: a default constructor and another that takes an existing `VulnerableHeaders` object as a parameter."],["The `Headers` property of the `VulnerableHeaders` class returns a list of vulnerable headers using a `RepeatedField` of `VulnerableHeaders.Types.Header`."],["The `MissingHeaders` property of the `VulnerableHeaders` class returns a list of missing headers, also utilizing a `RepeatedField` of `VulnerableHeaders.Types.Header`."]]],[]]