Sanitize more config options and stack traces

This commit is contained in:
Morris Jobke 2016-07-08 14:13:16 +02:00
parent 48f9e4ed03
commit 390a996297
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
2 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class Log implements ILogger {
// Session/User
'login',
'checkPassword',
'loginWithPassword',
'updatePrivateKeyPassword',
'validateUserPass',

View File

@ -55,6 +55,12 @@ class SystemConfig {
'objectstore' => [
'arguments' => [
'password' => true,
'options' => [
'credentials' => [
'key' => true,
'secret' => true,
]
]
],
],
];