Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Xxe

import type { Xxe } from "https://googleapis.deno.dev/v1/websecurityscanner:v1.ts";

Information reported for an XXE.

interface Xxe {
payloadLocation?: "LOCATION_UNSPECIFIED" | "COMPLETE_REQUEST_BODY";
payloadValue?: string;
}

§Properties

§
payloadLocation?: "LOCATION_UNSPECIFIED" | "COMPLETE_REQUEST_BODY"
[src]

Location within the request where the payload was placed.

§
payloadValue?: string
[src]

The XML string that triggered the XXE vulnerability. Non-payload values might be redacted.