Skip to content

Commit

Permalink
Added regex for recaptcha_key in the keyword denylist (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo156 authored Feb 4, 2024
1 parent 0444ecc commit d42d518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions detect_secrets/plugins/keyword.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
'secret',
'contraseña',
'contrasena',
'recaptcha_.*key',
)
# Includes ], ', " as closing
CLOSING = r'[]\'"]{0,2}'
Expand Down

0 comments on commit d42d518

Please sign in to comment.