4
0
Эх сурвалжийг харах

Fix: Typo in LinkedIn id (#789)

Luca Regne 4 жил өмнө
parent
commit
db1b54bf9f

+ 2 - 2
config/gitleaks.toml

@@ -509,13 +509,13 @@ description = "Shippo API token"
 regex = '''shippo_(live|test)_[a-f0-9]{40}'''
 regex = '''shippo_(live|test)_[a-f0-9]{40}'''
 
 
 [[rules]]
 [[rules]]
-id = "linedin-client-secret"
+id = "linkedin-client-secret"
 description = "LinkedIn Client secret"
 description = "LinkedIn Client secret"
 regex = '''(?i)(linkedin[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([a-z]{16})['\"]'''
 regex = '''(?i)(linkedin[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([a-z]{16})['\"]'''
 secretGroup = 3
 secretGroup = 3
 
 
 [[rules]]
 [[rules]]
-id = "linedin-client-id"
+id = "linkedin-client-id"
 description = "LinkedIn Client ID"
 description = "LinkedIn Client ID"
 regex = '''(?i)(linkedin[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([a-z0-9]{14})['\"]'''
 regex = '''(?i)(linkedin[a-z0-9_ .\-,]{0,25})(=|>|:=|\|\|:|<=|=>|:).{0,5}['\"]([a-z0-9]{14})['\"]'''
 secretGroup = 3
 secretGroup = 3