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

Sync password is logged in logfile when setting with :config #288

Closed
2 tasks
skyegecko opened this issue Mar 12, 2018 · 0 comments
Closed
2 tasks

Sync password is logged in logfile when setting with :config #288

skyegecko opened this issue Mar 12, 2018 · 0 comments
Labels
bug It's a bug

Comments

@skyegecko
Copy link

Operating system

  • Linux

Application

  • Terminal

When setting the synchronisation password with :config sync.5.password YOUR_PASSWORD, the full command including the chosen password is logged in plaintext to log.txt.

Sample from my log.txt:

2018-03-12 16:45:04: "Got command: config sync 5"
2018-03-12 16:45:04: "execCommand()", "["config","sync","5"]"
2018-03-12 16:45:05: "Preparing scheduled sync"
2018-03-12 16:45:05: "Synchroniser is missing credentials - manual sync required to authenticate."
2018-03-12 16:45:08: "Shortcut:", ":", "{"keys":[":"],"type":"function","command":"enter_command_line_mode","canRunAlongOtherCommands":false}"
2018-03-12 16:45:12: "Got command: config sync.target 5"
2018-03-12 16:45:12: "execCommand()", "["config","sync.target","5"]"
2018-03-12 16:45:13: "Shortcut:", ":", "{"keys":[":"],"type":"function","command":"enter_command_line_mode","canRunAlongOtherCommands":false}"
2018-03-12 16:45:18: "Got command: config sync.5.password ]=<MY PASSWORD>"
2018-03-12 16:45:18: "execCommand()", "["config","sync.5.password","]=<MY PASSWORD>"]"
2018-03-12 16:45:20: "Shortcut:", ":", "{"keys":[":"],"type":"function","command":"enter_command_line_mode","canRunAlongOtherCommands":false}"
2018-03-12 16:45:25: "Got command: config sync.5.username gecko"
2018-03-12 16:45:25: "execCommand()", "["config","sync.5.username","gecko"]"
2018-03-12 16:45:26: "Shortcut:", ":", "{"keys":[":"],"type":"function","command":"enter_command_line_mode","canRunAlongOtherCommands":false}"
@laurent22 laurent22 added the bug It's a bug label Mar 12, 2018
@lock lock bot locked and limited conversation to collaborators Oct 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug It's a bug
Projects
None yet
Development

No branches or pull requests

2 participants