Merge pull request #345 from nextcloud/sanitize-logs-and-stacktraces

Sanitize more config options and stack traces
This commit is contained in:
Joas Schilling 2016-07-11 10:48:47 +02:00 committed by GitHub
commit 3e941f6ba1
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,
]
]
],
],
];