GoogleApi.WebSecurityScanner.V1.Model.Xxe (google_api_web_security_scanner v0.19.0)

View Source

Information reported for an XXE.

Attributes

  • payloadLocation (type: String.t, default: nil) - Location within the request where the payload was placed.
  • payloadValue (type: String.t, default: nil) - The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WebSecurityScanner.V1.Model.Xxe{
  payloadLocation: String.t() | nil,
  payloadValue: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.