class Bundler::Audit::Results::InsecureSource

def to_h

Returns:
  • (Hash{Symbol => Object}) -
def to_h
  {
    type: :insecure_source,
    source: @source
  }
end