McModLauncher / modlauncher

Java 21 mod launcher
Other
171 stars 47 forks source link

ModLauncher prints accessToken arguments to log #12

Closed ichttt closed 5 years ago

ichttt commented 5 years ago

ModLauncher currently simple logs all arguments before starting (see https://github.com/cpw/modlauncher/blob/2ac5413d0fa889aae60b4ed6af32c619fca79e68/src/main/java/cpw/mods/modlauncher/LaunchServiceHandler.java#L34), which also includes the access token. There is already a forge patch to prevent this for minecraft, so modlauncher should also prevent it.