Browse Source

Remove sensitive SMB arguments from exception log

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v16.0.0beta1
Morris Jobke 5 years ago
parent
commit
e8739e1392
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      lib/private/Log/ExceptionSerializer.php

+ 6
- 0
lib/private/Log/ExceptionSerializer.php View File

@@ -70,6 +70,12 @@ class ExceptionSerializer {
// Encryption
'storeKeyPair',
'setupUser',

// files_external: OC_Mount_Config
'getBackendStatus',

// files_external: UserStoragesController
'update',
];

private function filterTrace(array $trace) {

Loading…
Cancel
Save