This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdded GitHub PR creation flag and improved Yarn Classic dependency path reconstruction.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds `--create-pr` flag to commit lockfile changes and open a GitHub PR Adds `--create-pr` flag to commit lockfile changes and open a GitHub PR Source: llm_adapter@2026-06-09 Confidence: high |
— |
| Feature | Low |
Adds `--base <branch>` flag to set the base branch for PR creation (default: main) Adds `--base <branch>` flag to set the base branch for PR creation (default: main) Source: llm_adapter@2026-06-09 Confidence: high |
— |
| Feature | Low |
Updates Bun parser to reconstruct transitive paths from package relationships for within‑range remediation in Bun lockfiles Updates Bun parser to reconstruct transitive paths from package relationships for within‑range remediation in Bun lockfiles Source: llm_adapter@2026-06-09 Confidence: high |
— |
| Bugfix | Medium |
Fixes Yarn Classic parser to reconstruct full transitive dependency paths using BFS and correctly suggest `yarn upgrade <pkg>` for deep chains Fixes Yarn Classic parser to reconstruct full transitive dependency paths using BFS and correctly suggest `yarn upgrade <pkg>` for deep chains Source: llm_adapter@2026-06-09 Confidence: high |
— |
| Bugfix | Medium |
Fixes MAL- advisories from private registries to surface as "Unverifiable (private source)" instead of false‑positive "Malicious" findings Fixes MAL- advisories from private registries to surface as "Unverifiable (private source)" instead of false‑positive "Malicious" findings Source: llm_adapter@2026-06-09 Confidence: high |
— |
Full changelog
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
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About OWASP/cve-lite-cli
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]