Skip to content

2.0.3

Latest

Choose a tag to compare

@msimerson msimerson released this 12 Jun 21:31
3c0124a
  • fix: CLI flags were ignored (kebab-case args now map to camelCase options)
  • fix: broken self-check caused by circular require between logic and cliHelpers
  • fix(security): remove ReDoS-prone regex in getGitUrl
  • fix(security): use execFile to avoid shell injection in e2e test
  • fix(security): drop shell when spawning git/npm to prevent command injection from package.json
  • fix(security): pass git/npm args after -- to block option injection
  • fix: restore --ignore-opt to skip optional dependencies
  • test: expand coverage from 68% to 92%
  • fix: add newline when writing package.json
  • ci: add explicit perms (#5) (#6)