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

InbandVulnerabilityFindingDetail

import type { InbandVulnerabilityFindingDetail } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

This is a temporary detail type that will be used to support vulnerabilities until the engines start using the full vulnerability objects. The "Inband" refers to the fact that all vulnerability details are included with every finding.

interface InbandVulnerabilityFindingDetail {
formattedProofDetails?: string;
requestUri?: string;
vulnerability?: InbandVulnerability;
}

§Properties

§
formattedProofDetails?: string
[src]

Optional. A short description of the proof of the vulnerability.

§
requestUri?: string
[src]

Optional. The URI that lead to this detection, if appropriate.

§
vulnerability?: InbandVulnerability
[src]

Required. Vulnerability metadata.