We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641f1ad commit 617def6Copy full SHA for 617def6
.gitleaks.toml
@@ -0,0 +1,7 @@
1
+[allowlist]
2
+ description = "Allow bcrypt hashes used in SQL updates"
3
+
4
+ regexes = [
5
+ # Ignore bcrypt password hashes (e.g., $2b$12$...)
6
+ '''\$2b\$12\$[A-Za-z0-9./]{53}'''
7
+ ]
0 commit comments