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;
}