Просмотр исходного кода

fix(plaid): include entropy in go definition (#1252)

Richard Gomez 2 лет назад
Родитель
Сommit
b1a2ce7296
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      cmd/generate/config/rules/plaid.go

+ 2 - 0
cmd/generate/config/rules/plaid.go

@@ -14,6 +14,7 @@ func PlaidAccessID() *config.Rule {
 		Description: "Plaid Client ID",
 		Regex:       generateSemiGenericRegex([]string{"plaid"}, alphaNumeric("24")),
 		SecretGroup: 1,
+		Entropy:     3.5,
 		Keywords: []string{
 			"plaid",
 		},
@@ -33,6 +34,7 @@ func PlaidSecretKey() *config.Rule {
 		Description: "Plaid Secret key",
 		Regex:       generateSemiGenericRegex([]string{"plaid"}, alphaNumeric("30")),
 		SecretGroup: 1,
+		Entropy:     3.5,
 		Keywords: []string{
 			"plaid",
 		},