# File lib/brakeman/checks/check_basic_auth.rb, line 81
  def get_password call
    arg = call.first_arg

    return false if arg.nil? or not hash? arg

    hash_access(arg, :password)
  end