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

View Source

Information reported for an XSS.

Attributes

  • attackVector (type: String.t, default: nil) - The attack vector of the payload triggering this XSS.
  • errorMessage (type: String.t, default: nil) - An error message generated by a javascript breakage.
  • stackTraces (type: list(String.t), default: nil) - Stack traces leading to the point where the XSS occurred.
  • storedXssSeedingUrl (type: String.t, default: nil) - The reproduction url for the seeding POST request of a Stored XSS.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WebSecurityScanner.V1.Model.Xss{
  attackVector: String.t() | nil,
  errorMessage: String.t() | nil,
  stackTraces: [String.t()] | nil,
  storedXssSeedingUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.