Skip to content

Commit c57ea4c

Browse files
authored
Merge pull request #150 from sonukapoor/release/v1.5.2
chore: prepare 1.5.2 release
2 parents e327dfb + 4652d38 commit c57ea4c

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to CVE Lite CLI will be documented in this file.
44

5+
## [1.5.2] - 2026-04-10
6+
7+
### Added
8+
- scoped `--fix` mode for validated direct dependency remediation with package-manager-native apply behavior
9+
- automatic rescan after successful `--fix` apply and concise fix summary output (applied fixes, skipped findings, remaining severity mix)
10+
- dedicated `--fix` documentation guide and refreshed website/README guidance
11+
- Juice Shop case-study evidence for `--fix` workflow output
12+
13+
### Changed
14+
- CLI now includes explicit `--fix` help output and improved fix-phase progress messaging
15+
- README comparison table now includes an explicit auto-fix support column with caveated tool-by-tool notes
16+
517
## [1.5.1] - 2026-04-10
618

719
### Changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
<div class="hero-logo">
4242
<img src="https://raw.githubusercontent.com/sonukapoor/cve-lite-cli/main/assets/logo-with-title-removebg-preview.png" alt="CVE Lite CLI logo" />
4343
</div>
44-
<a class="release-badge" href="https://github.com/sonukapoor/cve-lite-cli/releases/tag/v1.5.1" aria-label="Latest release v1.5.1">
44+
<a class="release-badge" href="https://github.com/sonukapoor/cve-lite-cli/releases/tag/v1.5.2" aria-label="Latest release v1.5.2">
4545
<span class="release-badge-label">Latest Release</span>
46-
<span class="release-badge-version">v1.5.1</span>
46+
<span class="release-badge-version">v1.5.2</span>
4747
</a>
4848
<p class="eyebrow">JavaScript/TypeScript Dependency Scanner</p>
4949
<h1>Scan. Prioritize. Fix.</h1>
@@ -220,7 +220,7 @@ <h3>GitHub Action</h3>
220220

221221
<footer class="container site-footer">
222222
<p>CVE Lite CLI is MIT licensed and built in public.</p>
223-
<p>Latest: <a href="https://github.com/sonukapoor/cve-lite-cli/releases/tag/v1.5.1">v1.5.1</a></p>
223+
<p>Latest: <a href="https://github.com/sonukapoor/cve-lite-cli/releases/tag/v1.5.2">v1.5.2</a></p>
224224
<p>Developed with love by <a href="https://sonukapoor.com">Sonu Kapoor</a>.</p>
225225
<p>
226226
<a href="https://github.com/sonukapoor/cve-lite-cli/issues">Open an issue</a>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cve-lite-cli",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Developer-friendly CLI for scanning JS/TS projects for dependency vulnerabilities using local lockfiles and OSV",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)