This release deprecates all previous versions (<0.3.1) and fixes minor* security findings
What's Changed
- docs: Update examples in README and help cmd #8
- Fix help flag #8
- Fix security code scanning (#9):
- Harden git arg handling and path validation (Resolves https://github.com/Fcmam5/skilleton/security/code-scanning/1 and https://github.com/Fcmam5/skilleton/security/code-scanning/2)
- Use a while loop in normalizeRepoUrl instead of regex (Resolves https://github.com/Fcmam5/skilleton/security/code-scanning/3)
- Setup eslint-plugin-security and fix findings
- Update dependencies and refactor tests
* The impact is low as it's a CLI and the library is not popular enough that someone else is already using it, I published GHSA-5g3j-89fr-r2vp for transparency
Full Changelog: v0.3.0...v0.3.1