# File lib/rack/protection/base.rb, line 74 def report(env) warn env, "attack reported by #{self.class}" env[options[:report_key]] = true end