From 6d66ba528874b7758c8745b6bbe0ebed641fe1d4 Mon Sep 17 00:00:00 2001 From: Bai Date: Thu, 27 Mar 2025 17:51:22 +0800 Subject: [PATCH] perf: keep 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)