class Bundler::Audit::Advisory

def to_h

Returns:
  • (Hash{Symbol => Object}) -
def to_h
  super.merge({
    criticality: criticality
  })
end