mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
fix(hardcoded): remove duplicated Stripe API Key
This commit is contained in:
parent
d13d7dac9b
commit
c824a5d308
1 changed files with 0 additions and 4 deletions
|
@ -153,10 +153,6 @@ var secretsPatterns = [...]secretPattern{
|
||||||
name: "Stripe API Key",
|
name: "Stripe API Key",
|
||||||
regexp: regexp.MustCompile(`sk_live_[0-9a-zA-Z]{24}`),
|
regexp: regexp.MustCompile(`sk_live_[0-9a-zA-Z]{24}`),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Stripe API Key",
|
|
||||||
regexp: regexp.MustCompile(`sk_live_[0-9a-zA-Z]{24}`),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Stripe Restricted API Key",
|
name: "Stripe Restricted API Key",
|
||||||
regexp: regexp.MustCompile(`rk_live_[0-9a-zA-Z]{24}`),
|
regexp: regexp.MustCompile(`rk_live_[0-9a-zA-Z]{24}`),
|
||||||
|
|
Loading…
Reference in a new issue