Added
--create-prflag: after--fix, commits lockfile changes and opens a GitHub PR viaghwith a descriptive title listing upgraded packages and vulnerability count--base <branch>flag to set the base branch for--create-pr(default: main)- Bun parser updated to reconstruct transitive paths from package relationships; within-range remediation now works for Bun lockfiles
pnpm-within-range,deep-chain-no-fix,pnpm-aliased-chainregression fixtures- CamoFox Browser case study
mal-private-registryexample fixture demonstrating unverifiable MAL- output for private registry packages
Fixed
- Yarn Classic parser now reconstructs full transitive dependency paths using BFS graph walk; within-range resolver correctly suggests
yarn upgrade <pkg>for deep chains - MAL- advisories for packages resolved from a private registry now surface as "Unverifiable (private source)" instead of a false-positive "Malicious" finding
Validation
- npm test
- npm run build
Contributors
- @coder-Yash886 - Yarn parser path reconstruction fix, bun-within-range fixture
- @Ayush7614 - pnpm-within-range, deep-chain-no-fix, pnpm-aliased-chain fixtures, CamoFox Browser case study
- @nkgotcode - fixture remediation scan tests