# File lib/brakeman/checks/base_check.rb, line 111
  def process_params exp
    @has_user_input = Match.new(:params, exp)
    exp
  end