GoogleApi.WebSecurityScanner.V1.Model.Xss (google_api_web_security_scanner v0.15.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.