github OWASP/cve-lite-cli v1.19.0
v1.19.0 - Multi-folder scan for monorepos without a root lockfile

latest releases: v1, v1.19.1
6 hours ago

Added

  • Multi-folder scan for monorepos without a root lockfile: when cve-lite . is run from a directory with no lockfile but two or more lockfiles in subfolders, the scanner automatically switches to multi-folder mode. Each subfolder is scanned independently, findings and fix commands are grouped per subfolder in terminal output, a single HTML report is generated with collapsible per-folder sections, and --json output includes a subfolder field on each finding.

Fixed

  • isNewer update check now correctly parses pre-release version strings (e.g. 1.19.0-alpha.1) so alpha users do not see a false downgrade prompt.

Validation

  • npm test
  • npm run build

Contributors

Thank you to everyone who contributed to this release: @ModalityZ

Don't miss a new cve-lite-cli release

NewReleases is sending notifications on new releases.