Add detect_secret_token

This commit is contained in:
Max R 2023-09-06 13:24:58 -04:00
parent 8ef58bed01
commit d4eb9ec4d7
5 changed files with 87 additions and 0 deletions

View file

@ -119,6 +119,12 @@
entry: detect-private-key
language: python
types: [text]
- id: detect-secret-token
name: detect secret token
description: detects the presence of RFC 8959 secret-token.
entry: detect-secret-token
language: python
types: [text]
- id: double-quote-string-fixer
name: fix double quoted strings
description: replaces double quoted strings with single quoted strings.