Sanitize more config options and stack traces

pull/345/head
Morris Jobke 10 years ago
parent 48f9e4ed03
commit 390a996297
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
  1. 1
      lib/private/Log.php
  2. 6
      lib/private/SystemConfig.php

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

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

Loading…
Cancel
Save