public sealed class VulnerableHeaders : IMessage<VulnerableHeaders>, IEquatable<VulnerableHeaders>, IDeepCloneable<VulnerableHeaders>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class VulnerableHeaders.
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 provides documentation for the `VulnerableHeaders` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.1.0, with links to other versions as well."],["`VulnerableHeaders` is used to identify and document vulnerable or missing HTTP headers found during web security scans, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Headers` and `MissingHeaders`, both of which are lists of `VulnerableHeaders.Types.Header` using the `RepeatedField` type, to keep track of found vulnerable and missing headers."],["There are two constructors provided, a default one and one that takes another `VulnerableHeaders` as a parameter."]]],[]]