Преглед изворни кода

Update description to reflect regex

Nenad Stojanovikj пре 7 година
родитељ
комит
e8851c1f99
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      gitleaks.toml

+ 2 - 2
gitleaks.toml

@@ -18,7 +18,7 @@ regex = '''-----BEGIN OPENSSH PRIVATE KEY-----'''
 description = "Facebook"
 description = "Facebook"
 regex = '''(?i)facebook.*['\"][0-9a-f]{32}['\"]'''
 regex = '''(?i)facebook.*['\"][0-9a-f]{32}['\"]'''
 [[regexes]]
 [[regexes]]
-description = "Facebook"
+description = "Twitter"
 regex = '''(?i)twitter.*['\"][0-9a-zA-Z]{35,44}['\"]'''
 regex = '''(?i)twitter.*['\"][0-9a-zA-Z]{35,44}['\"]'''
 
 
 [whitelist]
 [whitelist]
@@ -27,4 +27,4 @@ regexes = [
 ]
 ]
 files = [
 files = [
   "(.*?)(jpg|gif|doc|pdf|bin|go)$"
   "(.*?)(jpg|gif|doc|pdf|bin|go)$"
-]
+]