Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/octokit-types.ts>SecurityAdvisoryWithdrawnEvent

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface SecurityAdvisoryWithdrawnEvent
import { type SecurityAdvisoryWithdrawnEvent } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

Properties

action: "withdrawn"
security_advisory: { cvss: { vector_string: string | null; score: number; }; cwes: { cwe_id: string; name: string; }[]; ghsa_id: string; summary: string; description: string; severity: string; identifiers: { value: string; type: string; }[]; references: { url: string; }[]; published_at: string; updated_at: string; withdrawn_at: string; vulnerabilities: { package: { ecosystem: string; name: string; }; severity: string; vulnerable_version_range: string; first_patched_version: { identifier: string; } | null; }[]; }

The details of the security advisory, including summary, description, and severity.