Browse Source

Merge pull request #25186 from nextcloud/bugfix/noid/dont-log-keys-on-verifySignature

Don't log keys on checkSignature
pull/25195/head
Morris Jobke 5 years ago
committed by GitHub
parent
commit
a9f81a394b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/private/Log/ExceptionSerializer.php

1
lib/private/Log/ExceptionSerializer.php

@ -82,6 +82,7 @@ class ExceptionSerializer {
// Encryption
'storeKeyPair',
'setupUser',
'checkSignature',
// files_external: OCA\Files_External\MountConfig
'getBackendStatus',

Loading…
Cancel
Save