class Bundler::Audit::Advisory

def identifiers

Other tags:
    Since: - 0.7.0

Returns:
  • (Array) -
def identifiers
  [
    cve_id,
    osvdb_id,
    ghsa_id
  ].compact
end