# File lib/brakeman/checks/check_cross_site_scripting.rb, line 332
  def raw_call? exp
    exp.value.node_type == :call and exp.value.method == :raw
  end