From c320e6076e5065d5a12aee20d59f4e463eea7092 Mon Sep 17 00:00:00 2001 From: Bai Date: Fri, 28 Mar 2025 15:12:54 +0800 Subject: [PATCH] perf: stay top --- apps/common/utils/crypto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/utils/crypto.py b/apps/common/utils/crypto.py index 0a0721e50..e36c85af0 100644 --- a/apps/common/utils/crypto.py +++ b/apps/common/utils/crypto.py @@ -13,6 +13,7 @@ from gmssl.sm4 import CryptSM4, SM4_ENCRYPT, SM4_DECRYPT from common.sdk.gm import piico + secret_pattern = re.compile(r'password|secret|key|token', re.IGNORECASE)