View Source GitHub.Dependabot.Alert.SecurityAdvisory (GitHub REST API Client v0.0.4)

Provides struct and type for DependabotAlertSecurityAdvisory

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Dependabot.Alert.SecurityAdvisory{
  cve_id: String.t() | nil,
  cvss: map(),
  cwes: [map()],
  description: String.t(),
  ghsa_id: String.t(),
  identifiers: [map()],
  published_at: String.t(),
  references: [map()],
  severity: String.t(),
  summary: String.t(),
  updated_at: String.t(),
  vulnerabilities: [GitHub.Dependabot.Alert.SecurityVulnerability.t()],
  withdrawn_at: String.t() | nil
}