Automatically redact sensitive information from log files #1
Labels
area: bots
Issue is about automation via bots on Discord and GitHub
good first issue
Good for newcomers
Sometimes, users will upload JVM crash logs, and these unfortunately contain the full list of arguments passed to the Java process. This can include the user's access token, which could allow malicious actors to play the game under their account for a short while.
We should either improve our issue reporting process to explain how to redact this information manually, or otherwise set up a small bot with our GitHub/Discord to automatically scan crash logs for sensitive information.
An example of the access token being leaked through the JVM crash log can be found below.
The text was updated successfully, but these errors were encountered: