class Rack::Protection::Base

def report(env)

def report(env)
  warn env, "attack reported by #{self.class}"
  env[options[:report_key]] = true
end