# File lib/brakeman/checks/check_forgery_setting.rb, line 51
  def csrf_warning opts
    opts = {
      :controller => :ApplicationController,
      :warning_type => "Cross-Site Request Forgery",
      :confidence => :high
    }.merge opts

    warn opts
  end