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 document provides reference documentation for the `VulnerableHeaders` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.3.0."],["The `VulnerableHeaders` class identifies and describes vulnerable or missing HTTP headers, inheriting from `object` and implementing multiple interfaces."],["The latest version available is 2.5.0 with a total of nine different versions available from 1.0.0 onward."],["Key properties of the `VulnerableHeaders` class include `Headers`, which lists vulnerable headers, and `MissingHeaders`, which lists missing headers, both using the `RepeatedField` type."],["The class can be constructed with no arguments, or with a vulnerable header parameter `other`."]]],[]]