Explorar o código

more generic api key regex

zach rice %!s(int64=6) %!d(string=hai) anos
pai
achega
c271497ecb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gitleaks.toml

+ 1 - 1
gitleaks.toml

@@ -93,7 +93,7 @@ tags = ["key", "EC"]
 
 [[rules]]
 description = "Generic API key"
-regex = '''(?i)api_key(.{0,20})?['|"][0-9a-zA-Z]{32,45}['|"]'''
+regex = '''(?i)(api_key|apikey)(.{0,20})?['|"][0-9a-zA-Z]{32,45}['|"]'''
 tags = ["key", "API", "generic"]
 
 [[rules]]