# File lib/brakeman/checks/check_default_routes.rb, line 11
  def run_check
    check_for_default_routes
    check_for_action_globs
    check_for_cve_2014_0130
  end