Bug #61919 | Security to prevent unauthorized user to get information from application | ||
---|---|---|---|
Submitted: | 20 Jul 2011 0:03 | Modified: | 20 Jul 2011 1:59 |
Reporter: | Gaël Stébenne | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench | Severity: | S4 (Feature request) |
Version: | 5.2.34 CE | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | IN, MySQL, Security, workbench |
[20 Jul 2011 0:03]
Gaël Stébenne
[20 Jul 2011 1:04]
Alfredo Kojima
Access to private information added to Workbench should be controlled using user accounts and other access control mechanisms provided by the Operating System. The password vault is encrypted by the system and is restricted to the owning user's account.
[20 Jul 2011 1:59]
Gaël Stébenne
I know that the password for the server is encrypted but I would like the prevent the application from being used without permission when I am not logged out. There are also some information (like my server address) that I want to keep private. If adding a password to the application is really not needed, I will try to find a way to prevent the app from being opened without a password with a application of my own.