# File lib/brakeman/checks/check_cross_site_scripting.rb, line 264
  def process_if exp
    process exp.then_clause if sexp? exp.then_clause
    process exp.else_clause if sexp? exp.else_clause
    exp
  end