Skip to content
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

Omit password in debug (syslog) output #1811

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

klemensn
Copy link

Configuration files may contain it, but those can be protected with filesystem permissions.

Debug log, however, may end up in syslog(3) which is usually accessible by all users on a system.

Avoid disclosing user secrets by simply not printing the password.

Configuration files may contain it, but those can be protected with
filesystem permissions.

Debug log, however, may end up in syslog(3) which is usually accessible
by all users on a system.

Avoid disclosing user secrets by simply not printing the password.
@klemensn
Copy link
Author

Reminded by #1809 copy/pasting debug ouput containing besaid password is line.

@mikebrady mikebrady merged commit 4aee4ec into mikebrady:development Feb 25, 2024
9 checks passed
@mikebrady
Copy link
Owner

Nice one, thanks!

@klemensn klemensn deleted the keep-password-private branch February 26, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants