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--jsonoutput includes asubfolderfield on each finding.
Fixed
isNewerupdate 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