|
15 | 15 |
|
16 | 16 | <p> |
17 | 17 | <a href="#quick-start">Quick Start</a> • |
| 18 | + <a href="#new-here-start-here">New Here? Start Here</a> • |
18 | 19 | <a href="#features">Features</a> • |
19 | 20 | <a href="#usage">Usage</a> • |
20 | 21 | <a href="https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/CONTRIBUTING.md">Contributing</a> |
|
31 | 32 | <td valign="top"> |
32 | 33 | <strong>Overview</strong><br/> |
33 | 34 | <a href="#what-is-cve-lite-cli">What is CVE Lite CLI</a><br/> |
| 35 | + <a href="#new-here-start-here">New here? Start here</a><br/> |
34 | 36 | <a href="#new-offline-advisory-db-support">Offline advisory DB support</a><br/> |
35 | 37 | <a href="#why-offline-mode-matters">Why offline mode matters</a><br/> |
36 | 38 | <a href="docs/case-studies/owasp-juice-shop.md">OWASP Juice Shop case study</a><br/> |
@@ -80,6 +82,24 @@ It is designed to be: |
80 | 82 |
|
81 | 83 | For real-world remediation examples, see the [OWASP Juice Shop case study](docs/case-studies/owasp-juice-shop.md) and the [NestJS case study](docs/case-studies/nestjs.md). |
82 | 84 |
|
| 85 | +## New here? Start here |
| 86 | + |
| 87 | +1. run one scan on a real project with `npx cve-lite-cli /path/to/project --verbose` |
| 88 | +2. review direct vs transitive findings and the `Copy And Run These Fix Commands` section |
| 89 | +3. compare the output with your current scanner workflow |
| 90 | +4. check a real walkthrough: |
| 91 | + - [OWASP Juice Shop case study](docs/case-studies/owasp-juice-shop.md) |
| 92 | + - [NestJS case study](docs/case-studies/nestjs.md) |
| 93 | + |
| 94 | +If CVE Lite CLI helps your release workflow, a GitHub star helps more developers discover it: [Star CVE Lite CLI](https://github.com/sonukapoor/cve-lite-cli). |
| 95 | + |
| 96 | +If you want to shape the roadmap, open an issue with feedback on: |
| 97 | + |
| 98 | +- whether the direct vs transitive split is useful in practice |
| 99 | +- where remediation guidance is still missing |
| 100 | +- what increases or decreases trust in a CLI security tool |
| 101 | +- what would make frontend-heavy CI workflows smoother |
| 102 | + |
83 | 103 | ## New: Offline advisory DB support |
84 | 104 |
|
85 | 105 | CVE Lite CLI now supports a local advisory database workflow for teams that cannot allow runtime outbound advisory API calls. |
|
0 commit comments