stable
Clone or download
Read-only
request #13196: Try to not expose DB credentials in case of a connection issue
When the DB connection can not be opened, a stack trace ends up being logged. Unfortunately, this stack trace contains the DB credentials (at least parts of it). paragonie/easydb 2.9.0 [0] exposes a way to hide that from "standard" error handlers: instead of having the strings displayed, "Array" is displayed. [0] https://github.com/paragonie/easydb/releases/tag/v2.9.0 Change-Id: Iddca262c8ba6a45494e0d778858ef0dfad135590
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/DB/DBCreator.php | +3 | −3 | Go to diff View file |
M | src/composer.lock | +6 | −6 | Go to diff View file |