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

AffectedSoftware

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

The software that is affected by the vulnerability.

interface AffectedSoftware {
product?: string;
vendor?: string;
}

§Properties

§
product?: string
[src]

Optional. The product of the software.

§
vendor?: string
[src]

Optional. The vendor of the software.