-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔒 Strict base64 decoding of SASL challenges
`unpack("m")` will silently ignore a range of bad data. By adding error handling to authenticate, we can convert those errors into cancellation of the authentication exchange rather than crashing the connection or silently ignoring them.
- Loading branch information
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters