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
[](https://github.com/OWASP/cve-lite-cli)
9
9
10
10
<divalign="center">
11
-
<imgsrc="https://raw.githubusercontent.com/OWASP/cve-lite-cli/main/assets/logo-with-title.png"alt="CVE Lite CLI"width="320"/>
11
+
<ahref="https://owasp.org/cve-lite-cli">
12
+
<img src="https://raw.githubusercontent.com/OWASP/cve-lite-cli/main/assets/logos-combined.svg" alt="CVE Lite CLI — An OWASP Foundation Project" width="500"/>
13
+
</a>
12
14
13
15
<h1>CVE Lite CLI</h1>
14
16
@@ -92,30 +94,37 @@ For detailed per-tool analysis, see [Comparison with other tools](docs/compariso
92
94
93
95
## What it looks like
94
96
95
-
Default output on [OWASP Juice Shop](https://github.com/juice-shop/juice-shop):
<td align="center"><sub>Generated with <code>--report</code> · <a href="docs/html-report.md">HTML report guide</a></sub></td>
117
+
</tr>
118
+
</table>
119
+
120
+
<details>
121
+
<summary>Verbose terminal output — includes the full fix plan</summary>
111
122
<palign="center">
112
123
<ahref="https://raw.githubusercontent.com/OWASP/cve-lite-cli/main/assets/verbose-output-1.png"><imgsrc="https://raw.githubusercontent.com/OWASP/cve-lite-cli/main/assets/verbose-output-1.png"alt="Verbose output part 1"width="280"/></a>
113
124
<ahref="https://raw.githubusercontent.com/OWASP/cve-lite-cli/main/assets/verbose-output-2.png"><imgsrc="https://raw.githubusercontent.com/OWASP/cve-lite-cli/main/assets/verbose-output-2.png"alt="Verbose output part 2"width="280"/></a>
114
125
<ahref="https://raw.githubusercontent.com/OWASP/cve-lite-cli/main/assets/verbose-output-3.png"><imgsrc="https://raw.githubusercontent.com/OWASP/cve-lite-cli/main/assets/verbose-output-3.png"alt="Verbose output part 3"width="280"/></a>
115
126
</p>
116
-
<palign="center"><sub>Click any screenshot to enlarge</sub></p>
117
-
118
-
For a section-by-section walkthrough, see [How to read verbose output](docs/how-to-read-verbose-output.md).
<img src="https://raw.githubusercontent.com/OWASP/cve-lite-cli/main/assets/html-report-dashboard.png" alt="CVE Lite CLI HTML Report Dashboard" width="700"/>
132
-
</a>
133
-
</p>
134
-
135
138
See the [HTML Report guide](docs/html-report.md) for the full option reference and output details.
136
139
137
140
## Usage
@@ -238,7 +241,7 @@ CVE Lite CLI also uses itself in CI to scan its own dependencies. See [`self-sca
238
241
239
242
For full CI patterns including offline workflows, git hooks, and scripted automation, see the [CI and Workflow Integration guide](docs/ci-integration.md).
240
243
241
-
## OWASP project
244
+
## Recognized by OWASP
242
245
243
246
CVE Lite CLI is an [OWASP Incubator Project](https://owasp.org/cve-lite-cli), peer-reviewed and maintained under the Open Web Application Security Project Foundation. Being part of OWASP means:
Copy file name to clipboardExpand all lines: docs/index.html
+61-11Lines changed: 61 additions & 11 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