VulnerabilityVendor
import type { VulnerabilityVendor } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface VulnerabilityVendor {
Name: string;
Url?: string | null;
VendorCreatedAt?: string | null;
VendorSeverity?: string | null;
VendorUpdatedAt?: string | null;
}