From 847aa08ebd3013fc3a68d42f036e3d6956a9613d Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Mon, 18 Jan 2021 16:09:06 +0100
Subject: [PATCH] Don't log keys on checkSignature

Signed-off-by: Joas Schilling <coding@schilljs.com>
---
 lib/private/Log/ExceptionSerializer.php | 1 +
 1 file changed, 1 insertion(+)

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',
-- 
GitLab