Skip to content

Commit

Permalink
plaid-client-id is unstable too #226
Browse files Browse the repository at this point in the history
  • Loading branch information
Baruch Odem committed Apr 3, 2024
1 parent 239b666 commit d46f425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/rules/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ func getDefaultRules() *[]Rule {
{Rule: *rules.OktaAccessToken(), Tags: []string{TagAccessToken}},
{Rule: *rules.OpenAI(), Tags: []string{TagApiKey}},
{Rule: *rules.PlaidAccessID(), Tags: []string{TagClientId}},
{Rule: *rules.PlaidSecretKey(), Tags: []string{TagSecretKey}},
{Rule: *rules.PlaidAccessToken(), Tags: []string{TagApiToken}},
// {Rule: *rules.PlaidSecretKey(), Tags: []string{TagSecretKey}}, https://github.com/Checkmarx/2ms/issues/226
// {Rule: *rules.PlaidAccessToken(), Tags: []string{TagApiToken}}, https://github.com/Checkmarx/2ms/issues/226
{Rule: *rules.PlanetScalePassword(), Tags: []string{TagPassword}},
{Rule: *rules.PlanetScaleAPIToken(), Tags: []string{TagApiToken}},
{Rule: *rules.PlanetScaleOAuthToken(), Tags: []string{TagAccessToken}},
Expand Down

0 comments on commit d46f425

Please sign in to comment.