View Source GitHub.Dependabot.Alert.SecurityAdvisory (GitHub REST API Client v0.2.0)
Provides struct and type for a Dependabot.Alert.SecurityAdvisory
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Dependabot.Alert.SecurityAdvisory{ __info__: map(), cve_id: String.t() | nil, cvss: map(), cwes: [map()], description: String.t(), ghsa_id: String.t(), identifiers: [map()], published_at: DateTime.t(), references: [map()], severity: String.t(), summary: String.t(), updated_at: DateTime.t(), vulnerabilities: [GitHub.Dependabot.Alert.SecurityVulnerability.t()], withdrawn_at: DateTime.t() | nil }