-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid printing secrets #2508
Comments
Should use |
/bounty $75 To use |
💎 $75 bounty created by ZIO
|
/attempt #2508 Options |
💡 @987Nabil submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @987Nabil has been awarded $75! 🎈🎊 |
There a different places, where we use plain strings to keep credentials like passwords in memory. To avoid accidental printing to logs/console, we should use a dedicated data structure that will just print
***
when toString is called on it.The text was updated successfully, but these errors were encountered: