Skip to content

Commit

Permalink
fix PGP key search
Browse files Browse the repository at this point in the history
  • Loading branch information
lari4 committed Aug 9, 2019
1 parent e3ae86b commit 2b317f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/default.list
Expand Up @@ -10,7 +10,7 @@


# Private Keys
(?s)(-----BEGIN (RSA|DSA|PGP|EC|) PRIVATE KEY.*END (RSA|DSA|PGP|EC|) PRIVATE KEY-----)
(?s)(-----BEGIN (RSA|DSA|PGP|EC|) PRIVATE KEY.*END (RSA|DSA|PGP|EC|) PRIVATE KEY( BLOCK)?-----)

### From Truffle Hog Regex lists: https://github.com/dxa4481/truffleHogRegexes/

Expand Down

0 comments on commit 2b317f5

Please sign in to comment.