Merge pull request #329 from rpdelaney/feature/ban_gpg_private_key

Add ban for pgp/gpg private key blocks to detect_private_key
This commit is contained in:
Anthony Sottile 2018-10-22 12:52:43 -07:00 committed by GitHub
commit 86bfe8c475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ BLACKLIST = [
b'BEGIN PRIVATE KEY',
b'PuTTY-User-Key-File-2',
b'BEGIN SSH2 ENCRYPTED PRIVATE KEY',
b'BEGIN PGP PRIVATE KEY BLOCK',
]