Added
--sarifcan now be combined with--reportto write both a SARIF file and an HTML report in one scan - useful for CI pipelines that upload to GitHub Code Scanning and also attach an HTML artifact for human review
Fixed
- Fix commands now include
-Dflag for dev dependencies (npm install -D,pnpm add -D,yarn add -D,bun add --dev); mixed dev/prod batches split into separate commands - GitHub Action now installs cve-lite-cli via
npm install --prefixand appends the bin dir to$GITHUB_PATH, fixingcve-lite: not founderrors on npm 10.x runners where npx cannot resolve a binary name different from the package name
Changed
- Upgrade jest to 30.4.1; add
.cve-lite/baseline.jsonto suppress unfixablejs-yaml@3.14.2transitive dev dep (GHSA-h67p-54hq-rp68)
Docs
- Socket CLI comparison expanded with structured sections and concrete examples
Validation
- npm test
- npm run build