Skip to content

Commit

Permalink
🔭 [Keyword Plugin] Add (nsstring to FALSE_POSITIVES
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHock committed Feb 1, 2019
1 parent c37a5aa commit 4cf087b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions detect_secrets/plugins/keyword.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,17 @@
'secrete',
)
FALSE_POSITIVES = {
"''",
"''):",
"')",
"'this",
'""',
'""):',
'")',
'<a',
'#pass',
'#password',
"''",
"''):",
"')",
"'this",
'(nsstring',
'<a',
'<aws_secret_access_key>',
'<password>',
'dummy_secret',
Expand Down

0 comments on commit 4cf087b

Please sign in to comment.