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."],[[["This webpage details the `VulnerableHeaders` class, which is part of the `Google.Cloud.WebSecurityScanner.V1` namespace and is found in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["The `VulnerableHeaders` class is designed to provide information about either missing or vulnerable HTTP headers, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one (`VulnerableHeaders()`) and another that takes an existing `VulnerableHeaders` object as a parameter (`VulnerableHeaders(VulnerableHeaders other)`)."],["`VulnerableHeaders` includes two key properties, `Headers` and `MissingHeaders`, both of which are of type `RepeatedField\u003cVulnerableHeaders.Types.Header\u003e` and are used to list the vulnerable and missing headers respectively."],["The documentation provides version information, with version 2.5.0 being the latest and a list of past versions ranging from 1.0.0 to 2.4.0."]]],[]]