# File lib/brakeman/checks/check_cross_site_scripting.rb, line 232
  def process_params exp
    @matched = Match.new(:params, exp)
    exp
  end