Skip to content

Commit a39da5b

Browse files
authored
Merge pull request #243 from OWASP/docs/issue-242-site-copy-reposition
docs: update site copy to match repositioned README
2 parents 892dbba + 967e084 commit a39da5b

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

docs/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,7 @@
117117
<p class="eyebrow">JavaScript/TypeScript Dependency Scanner &mdash; <a href="https://owasp.org/cve-lite-cli" style="color:inherit;text-decoration:underline">An OWASP Foundation Project</a></p>
118118
<h1>Scan. Understand. Fix.</h1>
119119
<p>
120-
CVE Lite CLI gives you a fast, local-first vulnerability scan with practical remediation commands, usage-aware reachability analysis, direct vs
121-
transitive
122-
clarity, and offline advisory DB support for restricted environments, so dependency fixes happen in minutes
123-
instead of
124-
waiting through repeated CI round-trips.
120+
Most security tools are built around pipelines, not developers. CVE Lite CLI scans your lockfile locally in seconds, generates copy-and-run fix commands scoped to your package manager, and tells you exactly what to upgrade — before you push.
125121
</p>
126122
<div class="cta-row">
127123
<a class="btn btn-primary" href="https://github.com/OWASP/cve-lite-cli">View on GitHub</a>
@@ -231,7 +227,7 @@ <h3>Run one-off with npx</h3>
231227
</section>
232228

233229
<section class="container" id="features">
234-
<h2>What Makes It Useful</h2>
230+
<h2>Built for the developer, not the pipeline</h2>
235231
<div class="grid three">
236232
<article class="card">
237233
<h3>HTML vulnerability dashboard</h3>
@@ -393,6 +389,7 @@ <h3>Trust and support</h3>
393389
</main>
394390

395391
<footer class="container site-footer">
392+
<p><em>Most tools tell you what's wrong. CVE Lite CLI tells you what to run.</em></p>
396393
<p>CVE Lite CLI is MIT licensed and built in public. <a href="https://owasp.org/cve-lite-cli">An OWASP Foundation Project</a>.</p>
397394
<p>Latest: <a href="https://github.com/OWASP/cve-lite-cli/releases/tag/v1.9.0">v1.9.0</a></p>
398395
<p>Developed with love by <a href="https://sonukapoor.com">Sonu Kapoor</a>.</p>

0 commit comments

Comments
 (0)