From 6512a1c3c66df579782d8f22f78ec5ac1957ea7d Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 20 Feb 2024 20:22:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BF=E9=97=AE=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=AE=B0=E5=BD=95=E4=B8=AD=E9=97=B4=E4=BB=B6?= =?UTF-8?q?=E6=8E=A9=E7=A0=81privateKey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/framework/middleware/collectlogs/operate_log.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/framework/middleware/collectlogs/operate_log.go b/src/framework/middleware/collectlogs/operate_log.go index 7d344b0f..5173e183 100644 --- a/src/framework/middleware/collectlogs/operate_log.go +++ b/src/framework/middleware/collectlogs/operate_log.go @@ -86,6 +86,8 @@ func OptionNew(title, businessType string) Options { // 敏感属性字段进行掩码 var maskProperties []string = []string{ "password", + "privateKey", + "privatePassword", "oldPassword", "newPassword", "confirmPassword",