# File lib/brakeman/checks/check_dynamic_finders.rb, line 45
  def potentially_dangerous? method_name
    method_name.match /^find_by_.*(token|guid|password|api_key|activation|code|private|reset)/
  end