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

prevent potential log forging #11708

Merged
merged 1 commit into from May 5, 2020

Conversation

atomfrede
Copy link
Member

Usually our UI prevents sending forged data, but in case someone uses the api directly we write a user provided text to our logs. This may be used to forge log statements.

As it is not relevant which non existing email was used (e.g. detect bruce force attacks or so) I just removed the mail from the log statement instead of escaping it as it is not worth the effort I would say.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants