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

ViolatingResource

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

Information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.

interface ViolatingResource {
contentType?: string;
resourceUrl?: string;
}

§Properties

§
contentType?: string
[src]

The MIME type of this resource.

§
resourceUrl?: string
[src]

URL of this violating resource.