summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-01-18 16:09:06 +0100
committerJoas Schilling <coding@schilljs.com>2021-01-18 16:09:06 +0100
commit847aa08ebd3013fc3a68d42f036e3d6956a9613d (patch)
treefc00a1e1a55481ef469830644d65d3e32581777d
parente9b5805e6c80ff2ccba7f6eb5f9213dce7e756e0 (diff)
downloadnextcloud-server-847aa08ebd3013fc3a68d42f036e3d6956a9613d.tar.gz
nextcloud-server-847aa08ebd3013fc3a68d42f036e3d6956a9613d.zip
Don't log keys on checkSignature
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--lib/private/Log/ExceptionSerializer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Log/ExceptionSerializer.php b/lib/private/Log/ExceptionSerializer.php
index ae3e6ba100d..b62293946d0 100644
--- a/lib/private/Log/ExceptionSerializer.php
+++ b/lib/private/Log/ExceptionSerializer.php
@@ -82,6 +82,7 @@ class ExceptionSerializer {
// Encryption
'storeKeyPair',
'setupUser',
+ 'checkSignature',
// files_external: OCA\Files_External\MountConfig
'getBackendStatus',