Search
Provides struct and type for RepositoryAdvisoryVulnerability
@type t() :: %GitHub.Repository.Advisory.Vulnerability{ package: map() | nil, patched_versions: String.t() | nil, vulnerable_functions: [String.t()] | nil, vulnerable_version_range: String.t() | nil }