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

Heroku's router logs sensitive query strings (no mitigation yet) #69

Open
eliotsykes opened this issue Aug 13, 2020 · 1 comment
Open

Comments

@eliotsykes
Copy link
Owner

Heroku's router writes query strings, including any secrets they may contain, to the log.

Here's an example, where it has written reset_password_token=SECRET-TOKEN to the log:

06 Aug 2020 01:10:10.100000 <158>1 2020-08-06T00:10:10.000009+00:00
  heroku router - - at=info method=GET
  path="/password/edit?reset_password_token=SECRET-TOKEN"

Question asked here for mitigation: https://stackoverflow.com/questions/63399242/how-to-scrub-sensitive-query-strings-from-herokus-router-logs

@eliotsykes
Copy link
Owner Author

Related mitigation for Devise - expiring password reset tokens on first GET request: heartcombo/devise#5281

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

No branches or pull requests

1 participant