Skip to content

Commit

Permalink
Merge pull request #14658 from nextcloud/backport/14644/stable15
Browse files Browse the repository at this point in the history
[stable15] Remove sensitive SMB arguments from exception log
  • Loading branch information
MorrisJobke authored Mar 13, 2019
2 parents 42cd387 + 144cf16 commit 1c7f091
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/private/Log/ExceptionSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ class ExceptionSerializer {
// Encryption
'storeKeyPair',
'setupUser',

// files_external: OC_Mount_Config
'getBackendStatus',

// files_external: UserStoragesController
'update',
];

private function filterTrace(array $trace) {
Expand Down

0 comments on commit 1c7f091

Please sign in to comment.