Skip to content

Commit

Permalink
update entropy regex example to use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jan 8, 2017
1 parent 73989a4 commit 048ca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ warn:
- '\/Users\/\w+\/'
# Fail immediately upon match
fail:
- '(?!.*[\s])(?=.*[A-Za-z])(?=.*[0-9])(?=.*[!@#$&*])?.{16,}'
- '[''"](?!.*[\s])(?=.*[A-Za-z])(?=.*[0-9])(?=.*[!@#$&*])?.{16,}[''"]'
- '(?i)db_(user(name)?|pass(word)?|name)\W*[:=,]\W*.+$'
- '(?i)pass(word)?\W*[:=,]\W*.+$'
# Skip on matched filename
Expand Down

0 comments on commit 048ca99

Please sign in to comment.