Merge pull request #14659 from nextcloud/backport/14644/stable14

[stable14] Remove sensitive SMB arguments from exception log
This commit is contained in:
Morris Jobke 2019-03-13 17:15:14 +01:00 committed by GitHub
commit 33682c4e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@ class ExceptionSerializer {
// Encryption // Encryption
'storeKeyPair', 'storeKeyPair',
'setupUser', 'setupUser',
// files_external: OC_Mount_Config
'getBackendStatus',
// files_external: UserStoragesController
'update',
]; ];
private function filterTrace(array $trace) { private function filterTrace(array $trace) {