View Source GitHub.Dependabot.Alert.SecurityVulnerability (GitHub REST API Client v0.3.0)

Provides struct and type for a Dependabot.Alert.SecurityVulnerability

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Dependabot.Alert.SecurityVulnerability{
  __info__: map(),
  first_patched_version:
    GitHub.Dependabot.Alert.SecurityVulnerabilityFirstPatchedVersion.t() | nil,
  package: GitHub.Dependabot.Alert.Package.t(),
  severity: String.t(),
  vulnerable_version_range: String.t()
}