فهرست منبع

remove generic api key from default gitleaks config (#719)

Zachary Rice 4 سال پیش
والد
کامیت
1724591029
2فایلهای تغییر یافته به همراه7 افزوده شده و 8 حذف شده
  1. 7 8
      config/gitleaks.toml
  2. BIN
      testdata/repos/small/dotGit/index

+ 7 - 8
config/gitleaks.toml

@@ -126,14 +126,6 @@ id = "pypi-upload-token"
 description = "PyPI upload token"
 regex = '''pypi-AgEIcHlwaS5vcmc[A-Za-z0-9-_]{50,1000}'''
 
-[[rules]]
-id = "generic-api-key"
-description = "Generic API Key"
-regex = '''(?i)((key|api|token|secret|password)[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([0-9a-zA-Z\-_=]{8,64})['\"]'''
-entropy = 3.7
-entropyGroup = 4
-
-# ➜  ~/code/gitleaks (v8) git show ec2fc9d6cb0954fb3b57201cf6133c48d8ca0d29 -- checks_test.go
 [[rules]]
 id = "gcp-service-account"
 description = "Google (GCP) Service-account"
@@ -441,6 +433,13 @@ regex = '''(?i)(twitch[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([a-
 description = "Typeform API token"
 regex = '''(?i)(typeform[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}(tfp_[a-z0-9\-_\.=]{59})'''
 
+# [[rules]]
+# id = "generic-api-key"
+# description = "Generic API Key"
+# regex = '''(?i)((key|api|token|secret|password)[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([0-9a-zA-Z\-_=]{8,64})['\"]'''
+# entropy = 3.7
+# entropyGroup = 4
+
 
 [allowlist]
 description = "global allow lists"

BIN
testdata/repos/small/dotGit/index