Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Jan 20, 2023
1 parent 993e820 commit f0fa80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmap/auth/mongodb_aws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export class MongoDBAWS extends AuthProvider {
return;
}

// TODO(NODE-4990)
if (!ByteUtils.equals(serverNonce.subarray(0, nonce.byteLength), nonce)) {
// TODO(NODE-3483)
callback(new MongoRuntimeError('Server nonce does not begin with client nonce'));
Expand Down

0 comments on commit f0fa80a

Please sign in to comment.