Skip to content

Commit 1be71e6

Browse files
authored
Merge pull request #152 from sonukapoor/docs/tighten-readme
docs: Tighten readme
2 parents 56b7967 + 65ef81c commit 1be71e6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<img src="https://raw.githubusercontent.com/sonukapoor/cve-lite-cli/main/assets/logo-with-title.png" alt="CVE Lite CLI" width="320"/>
1010

1111
<h1>CVE Lite CLI</h1>
12-
<p>Fast, developer-friendly vulnerability scanning for JavaScript and TypeScript projects, with offline support for restricted environments.</p>
12+
<p>Fast, developer-friendly vulnerability scanning for JavaScript and TypeScript projects, with practical fix guidance, offline support, and clear direct vs transitive visibility.</p>
1313

14-
<strong>Scan. Prioritize. Fix.</strong>
14+
<strong>Scan. Understand. Fix.</strong>
1515

1616
<p>
1717
<a href="#quick-start">Quick Start</a> •
@@ -73,7 +73,7 @@
7373

7474
## What is CVE Lite CLI
7575

76-
**CVE Lite CLI** helps developers scan their projects for known package vulnerabilities without signing up for an expensive platform. It is built for the moment right before release, when you want a clear answer, a practical fix plan, and a tool you can actually afford to use.
76+
**CVE Lite CLI** helps developers scan JavaScript and TypeScript projects for known dependency vulnerabilities and, more importantly, see what to fix first. It is built for the moment right before release, when you want a clear answer, a practical remediation path, and a tool you can run locally without platform overhead.
7777

7878
It is designed to be:
7979

@@ -262,7 +262,7 @@ cve-lite /path/to/project --offline
262262

263263
## What it looks like
264264

265-
CVE Lite CLI produces a clean, summary-first console view by default, designed for fast triage before release.
265+
CVE Lite CLI produces a summary-first console view designed for fast release triage. Its most useful differentiator is the Copy And Run These Fix Commands section, which turns findings into concrete next steps for direct dependencies while still surfacing parent-upgrade guidance for transitive issues when available.
266266

267267
The default output is designed to stay concise while still surfacing the most important next step, including package-manager-aware fix commands when confident targets exist.
268268

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<span class="release-badge-version">v1.5.2</span>
4747
</a>
4848
<p class="eyebrow">JavaScript/TypeScript Dependency Scanner</p>
49-
<h1>Scan. Prioritize. Fix.</h1>
49+
<h1>Scan. Understand. Fix.</h1>
5050
<p>
5151
CVE Lite CLI gives you a fast, local-first vulnerability scan with practical remediation commands, direct vs transitive
5252
clarity, and offline advisory DB support for restricted environments, so dependency fixes happen in minutes instead of

0 commit comments

Comments
 (0)