View Source GitHub.Dependabot.Alert.SecurityAdvisory (GitHub REST API Client v0.3.1)
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: GitHub.Dependabot.Alert.SecurityAdvisoryCvss.t(), cwes: [GitHub.Dependabot.Alert.SecurityAdvisoryCwes.t()], description: String.t(), ghsa_id: String.t(), identifiers: [GitHub.Dependabot.Alert.SecurityAdvisoryIdentifiers.t()], published_at: DateTime.t(), references: [GitHub.Dependabot.Alert.SecurityAdvisoryReferences.t()], severity: String.t(), summary: String.t(), updated_at: DateTime.t(), vulnerabilities: [GitHub.Dependabot.Alert.SecurityVulnerability.t()], withdrawn_at: DateTime.t() | nil }