소스 검색

Merge pull request #249 from siemens/bufferoverflow-patch-1

fix(gitleaks.toml): LinkedIn had a Twitter tag
Zachary Rice 6 년 전
부모
커밋
6432f11a6b
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      gitleaks.toml
  2. 2 2
      src/constants.go

+ 2 - 2
gitleaks.toml

@@ -74,12 +74,12 @@ tags = ["key", "Github"]
 [[rules]]
 description = "LinkedIn Client ID"
 regex = '''(?i)linkedin(.{0,20})?(?-i)['\"][0-9a-z]{12}['\"]'''
-tags = ["client", "Twitter"]
+tags = ["client", "LinkedIn"]
 
 [[rules]]
 description = "LinkedIn Secret Key"
 regex = '''(?i)linkedin(.{0,20})?['\"][0-9a-z]{16}['\"]'''
-tags = ["secret", "Twitter"]
+tags = ["secret", "LinkedIn"]
 
 [[rules]]
 description = "Slack"

+ 2 - 2
src/constants.go

@@ -90,12 +90,12 @@ tags = ["key", "Github"]
 [[rules]]
 description = "LinkedIn Client ID"
 regex = '''(?i)linkedin(.{0,20})?(?-i)['\"][0-9a-z]{12}['\"]'''
-tags = ["client", "Twitter"]
+tags = ["client", "LinkedIn"]
 
 [[rules]]
 description = "LinkedIn Secret Key"
 regex = '''(?i)linkedin(.{0,20})?['\"][0-9a-z]{16}['\"]'''
-tags = ["secret", "Twitter"]
+tags = ["secret", "LinkedIn"]
 
 [[rules]]
 description = "Slack"