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

VulnerableParameters

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

Information about vulnerable request parameters.

interface VulnerableParameters {
parameterNames?: string[];
}

§Properties

§
parameterNames?: string[]
[src]

The vulnerable parameter names.