You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--fix applies override-hygiene fixes as RFC 6902 patches with a chokepoint guard that prevents inventing new override keys
cve-lite [path] --fix now runs the override hygiene fix-and-verify hook after CVE fixes: applies fixable override findings, then re-audits the touched packages to confirm no vulnerable copy remains
Exit code 2 for post---fix verify failure, distinct from exit 1 (findings) and exit 3 (tool error)
--audit-log <path> (also via CVE_LITE_AUDIT_LOG) streams override detection and fix events as an NDJSON change-control log
--check-overrides runs per-folder override audits in multi-folder workspace scans
Override hygiene fixes participate in --create-pr
Validated transitive chain resolution with chain proof line (resolves via X -> Y (safe))
SARIF rule.shortDescription, rule.fullDescription, and rule.help populated from OSV advisory data: summary, details, CVSS, CWE, affected range, dependency path, and fix guidance
Fixed
OA006 (coupled platform binary) no longer false-positives on flat overrides that are actually effective; consults materialized node_modules before firing
Mistyped command or nonexistent path now exits with code 3 and prints "Did you mean 'X'?" using Levenshtein distance, rather than silently exiting 0
Restore Yarn Berry transitive graph edges when a dep ref lacks the npm: prefix; fixes misclassification of transitive packages as direct
Replace vague "lockfile refresh" message with a concrete package manager install instruction in within-range fix output
Remove em dashes from user-facing action strings in fix guidance output
--ratchet now gates on new findings when a baseline already exists instead of re-saving the baseline
Add pull_request trigger to docs-site CI workflow
Changed
"Copy And Run These Fix Commands" renamed to "Suggested Fix Commands" in terminal output
Validation
npm test
npm run build
Contributors
@alamb-hex - override-hygiene subsystem (OA001-OA008, --audit-log, --fix RFC 6902 patches, SARIF integration, 827 tests) and CLI mistyped-command exit with "Did you mean" suggestion
@Demiserular - "Suggested Fix Commands" rename and docs-site CI workflow pull_request trigger fix
@coder-Yash886 - fix version publish date in terminal and HTML output