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

VulnerabilityVendor

import type { VulnerabilityVendor } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

A vendor that generates a vulnerability report.

interface VulnerabilityVendor {
Name: string;
Url?: string | null;
VendorCreatedAt?: string | null;
VendorSeverity?: string | null;
VendorUpdatedAt?: string | null;
}

§Properties

§
Name: string
[src]

The name of the vendor.

§
Url?: string | null
[src]

The URL of the vulnerability advisory.

§
VendorCreatedAt?: string | null
[src]

Indicates when the vulnerability advisory was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
VendorSeverity?: string | null
[src]

The severity that the vendor assigned to the vulnerability.

§
VendorUpdatedAt?: string | null
[src]

Indicates when the vulnerability advisory was last updated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.