Skip to content

Commit c6cae75

Browse files
committed
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.
1 parent d54612c commit c6cae75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

signatures.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -412,4 +412,3 @@
412412
- Monero Private View Key: \b[0-9A-Fa-f]{64}\b
413413
- Tron Private Key: \b[a-fA-F0-9]{64}\b
414414
- Solana Private Key: \b[1-9A-HJ-NP-Za-km-z]{43,88}\b
415-
- Wallet Mnemonic: \b(?:\w+\s){11,23}\w+\b

0 commit comments

Comments
 (0)