Merge pull request #14644 from nextcloud/fix/noid/remove-sensitive-smb-values

Remove sensitive SMB arguments from exception log
This commit is contained in:
Roeland Jago Douma 2019-03-13 14:00:02 +01:00 committed by GitHub
commit c5c2192061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {