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;
}import type { AffectedSoftware } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";The software that is affected by the vulnerability.