Skip to content

Commit 5a07145

Browse files
Remove dogecoin from regexes to check: (#1028)
1 parent b1d055f commit 5a07145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

signatures.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@
281281
- Bitcoin SegWit: \b(bc1)[a-zA-HJ-NP-Z0-9]{39,59}\b
282282
- Ethereum: \b0x[a-fA-F0-9]{40}\b
283283
- Litecoin: \b(L|M)[a-km-zA-HJ-NP-Z1-9]{26,33}\b
284-
- Dogecoin: \b(D|A)[a-km-zA-HJ-NP-Z1-9]{25,34}\b
284+
# Has a very general pattern, may cause false positives
285+
# - Dogecoin: \b(D|A)[a-km-zA-HJ-NP-Z1-9]{25,34}\b
285286
- Ripple: \br[rK][a-zA-Z0-9]{25,35}\b
286287
- Monero: \b4[0-9AB][1-9A-HJ-NP-Za-km-z]{93}\b
287288
- Tron: \bT[a-zA-HJ-NP-Z0-9]{33}\b

0 commit comments

Comments
 (0)