Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@radekk radekk released this 13 Mar 12:02
· 33 commits to master since this release

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 and tests/ directories by default)
  • Various improvements from @JasonTarka, mostly targeting Windows users. Refs #15

🐛 Bug fixes:

  • Set default node version to 8 (the latest LTS)
  • Switch to use lStat instead of Stat to cover symlinks as well. Fixes #11
  • Upgrade vulnerable packages. Refs #26
  • Address various issues with the CLI script. Refs #27