View Source GitHub.GlobalAdvisory (GitHub REST API Client v0.2.2)
Provides struct and type for a GlobalAdvisory
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.GlobalAdvisory{ __info__: map(), credits: [map()] | nil, cve_id: String.t() | nil, cvss: map() | nil, cwes: [map()] | nil, description: String.t() | nil, ghsa_id: String.t(), github_reviewed_at: DateTime.t() | nil, html_url: String.t(), identifiers: [map()] | nil, nvd_published_at: DateTime.t() | nil, published_at: DateTime.t(), references: [String.t()] | nil, repository_advisory_url: String.t() | nil, severity: String.t(), source_code_location: String.t() | nil, summary: String.t(), type: String.t(), updated_at: DateTime.t(), url: String.t(), vulnerabilities: [map()] | nil, withdrawn_at: DateTime.t() | nil }