From c6cae75bedbab541ea370295a0ac95ac724ca87f Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 5 Dec 2024 13:23:07 +0100 Subject: [PATCH] The Wallet Mnemonic regex is catching too many strings This is matching any text between 12 and 24 words, which is causing CodeGate to encrypt a lot of usual prompts. --- signatures.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/signatures.yaml b/signatures.yaml index 389d6242..b501c75f 100644 --- a/signatures.yaml +++ b/signatures.yaml @@ -412,4 +412,3 @@ - Monero Private View Key: \b[0-9A-Fa-f]{64}\b - Tron Private Key: \b[a-fA-F0-9]{64}\b - Solana Private Key: \b[1-9A-HJ-NP-Za-km-z]{43,88}\b - - Wallet Mnemonic: \b(?:\w+\s){11,23}\w+\b \ No newline at end of file