We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If connecting to the database fails, the database password is printed in plaintext in the system log.
Try to connect with invalid settings, and the backend daemon will dutifully report:
thread 'main' panicked at 'Error connecting to postgres://username:password@host:port/db
Maybe the panic handler should check for sensitive data?
The text was updated successfully, but these errors were encountered:
Remove explicit panic from db connection code (fixes #2533)
894b305
Yay! ❤️
Sorry, something went wrong.
df276c3
2207fed
No branches or pull requests
Issue Summary
If connecting to the database fails, the database password is printed in plaintext in the system log.
Steps to Reproduce
Try to connect with invalid settings, and the backend daemon will dutifully report:
Technical details
Maybe the panic handler should check for sensitive data?
The text was updated successfully, but these errors were encountered: