Skip to content

Commit 8195d4f

Browse files
committed
fix: fixed false positive for transaction hash
1 parent dc8d838 commit 8195d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitleaks.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ paths = [
1818
id = "ethereum-private-key"
1919
description = "Detected Ethereum/EVM private key (64 hex chars)"
2020
regex = '''(?:0x)?[a-fA-F0-9]{64}'''
21-
entropy = 3.0
21+
entropy = 4.0
2222
tags = ["crypto", "evm", "ethereum", "private-key"]
2323

2424
[[rules]]

0 commit comments

Comments
 (0)