Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save remotephone/2aaf7522bb20570fdc77e417905d4789 to your computer and use it in GitHub Desktop.
Save remotephone/2aaf7522bb20570fdc77e417905d4789 to your computer and use it in GitHub Desktop.
- '(?i)user(name)?\W*[:=,]\W*.+$'
- '\/Users\/\w+\/'
- '(?!.*[\s])(?=.*[A-Za-z])(?=.*[0-9])(?=.*[!@#$&*])?.{16,}'
- '(?i)db_(user(name)?|pass(word)?|name)\W*[:=,]\W*.+$'
- '(?i)pass(word)?\W*[:=,]\W*.+$'
From here:
https://github.com/ezekg/git-hound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment