|
2018-12-23
| ||
| 05:02 | • Closed ticket [23d8d6171e]: Password in ConnectionString is visible in Trace plus 4 other changes artifact: da5b80ba6f user: mistachkin | |
| 04:56 | Add HidePassword connection flag to remove the password from the connection string once the database is opened. Pursuant to [23d8d6171e]. check-in: 02ed8cae60 user: mistachkin tags: trunk | |
|
2018-12-16
| ||
| 19:29 | • Pending ticket [23d8d6171e]: Password in ConnectionString is visible in Trace plus 7 other changes artifact: a7d16df7cd user: mistachkin | |
|
2018-12-15
| ||
| 20:56 | • New ticket [23d8d6171e]. artifact: c33de2ec50 user: anonymous | |
| Ticket Hash: | 23d8d6171e35f44866afa8d763607adfa7402950 | ||
| Title: | Password in ConnectionString is visible in Trace | ||
| Status: | Closed | Type: | Feature_Request |
| Severity: | Important | Priority: | Blocker |
| Subsystem: | Connection | Resolution: | Fixed |
| Last Modified: |
2018-12-23 05:02:00 7.31 years ago |
Created: |
2018-12-15 20:56:28 7.33 years ago |
| Version Found In: | 1.0.109.0 | ||
| User Comments: | ||||
anonymous added on 2018-12-15 20:56:28:
When using Password=abc; in the ConnectionString, if the ConnectionString is displayed in a Trace it contains the visible password. mistachkin added on 2018-12-16 19:29:58:
This can be changed as long as masking the password is controlled by a connection flag that is disabled by default (i.e. for backward compatibility). mistachkin added on 2018-12-23 05:02:00:
Fixed on trunk via check-in [02ed8cae60ffa75c]. Using the new "HidePassword" connection flag will attempt to prevent the password from showing up -OR- being saved anywhere that is not needed. | ||||