Adding detect-raw-datetime-manipulation option

This commit is contained in:
Asim Goheer 2018-11-14 14:14:39 -08:00
parent 2dbaced650
commit 6932b83509
8 changed files with 161 additions and 1 deletions

View file

@ -105,6 +105,12 @@
entry: detect-private-key
language: python
types: [text]
- id: detect-datetime-raw-manipulation
name: Detect Raw datetime manipulation
description: Detects the raw manipulation of datetime.
entry: detect-datetime-raw-manipulation
language: python
types: [text]
- id: double-quote-string-fixer
name: Fix double quoted strings
description: This hook replaces double quoted strings with single quoted strings