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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
All notable changes to CVE Lite CLI will be documented in this file.
4
4
5
+
## [1.11.0] - 2026-04-30
6
+
7
+
### Added
8
+
- npm transitive remediation now builds a logical dependency graph from `package-lock.json` so hoisted packages can be mapped back to their actual parent chain.
9
+
- npm transitive findings can now recommend `npm update <parent>` when a safe child version is reachable within the current parent dependency range.
10
+
- The CLI now shows progress while analyzing vulnerability findings after advisory details are loaded, avoiding a silent pause during fix-target validation and transitive remediation analysis.
11
+
12
+
### Fixed
13
+
- npm workspace scans now preserve workspace-local package path context for dependency paths and remediation resolution.
14
+
- npm transitive parent upgrade recommendations now respect parent dependency ranges before suggesting a target.
15
+
- npm alias nodes in package locks now keep their alias identity when building the remediation graph.
Copy file name to clipboardExpand all lines: docs/index.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
"description": "Free, local-first dependency vulnerability scanner for JavaScript and TypeScript projects. Scans npm, pnpm, Yarn, and Bun lockfiles, provides copy-and-run fix commands, and supports offline advisory DB scanning.",
0 commit comments