Detect OpenSSH private keys

This commit is contained in:
Cameron Paul 2015-03-06 12:45:32 -08:00
parent 9d1ac3273b
commit 68a7729327
5 changed files with 64 additions and 0 deletions

View file

@ -49,6 +49,12 @@
entry: debug-statement-hook
language: python
files: \.py$
- id: detect-private-key
name: Detect Private Key
description: Detects the presence of private keys
entry: detect-private-key
language: python
files: ''
- id: double-quote-string-fixer
name: Fix double quoted strings
description: This hook replaces double quoted strings with single quoted strings