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

    exp
  end