# File lib/brakeman/checks/check_symbol_dos.rb, line 66
  def symbolizing_attributes? input
    input.type == :model and
      call? input.match and
      input.match.method == :attributes
  end