# File lib/brakeman/checks/check_weak_hash.rb, line 140
  def process_lvar exp
    if exp.value == :password
      @has_password = exp
    end

    exp
  end