# File lib/brakeman/checks/check_cross_site_scripting.rb, line 361 def cgi_escaped? target, method method == :escape and (target == URI or target == CGI) end