This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
v2.0.0
This release provides significant improvements including:
🎉 Features:
- Reducing false-positives by @JasonTarka. Refs #16
- Pre-filter camelCase and similar names (splits each string into individual words as best it can and compares it to a list of English words)
- Manual whitelist (list high entropy strings that should be ignored)
- Ignore paths in CLI (ignore
.git
andtests/
directories by default)
- Various improvements from @JasonTarka, mostly targeting Windows users. Refs #15
🐛 Bug fixes: