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

SecurityBulletin

import type { SecurityBulletin } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

SecurityBulletin are notifications of vulnerabilities of Google products.

interface SecurityBulletin {
bulletinId?: string;
submissionTime?: Date;
suggestedUpgradeVersion?: string;
}

§Properties

§
bulletinId?: string
[src]

ID of the bulletin corresponding to the vulnerability.

§
submissionTime?: Date
[src]

Submission time of this Security Bulletin.

§
suggestedUpgradeVersion?: string
[src]

This represents a version that the cluster receiving this notification should be upgraded to, based on its current version. For example, 1.15.0