Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a href="#quick-start">Quick Start</a> •
<a href="#features">Features</a> •
<a href="#usage">Usage</a> •
<a href="CONTRIBUTING.md">Contributing</a>
<a href="https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/CONTRIBUTING.md">Contributing</a>
</p>

</div>
Expand Down Expand Up @@ -164,7 +164,7 @@ CVE Lite CLI is a local-first scanner. It parses dependency information locally,

It does not require a hosted account, cloud dashboard, or source code upload.

For the full explanation, see [Network Behavior and Privacy](./docs/network-and-privacy.md).
For the full explanation, see [Network Behavior and Privacy](https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/network-and-privacy.md).

### Planned support for stricter environments

Expand Down Expand Up @@ -313,7 +313,7 @@ Run it before a release, during dependency cleanup, or after a major package upg

### CI/CD

This repository also uses CVE Lite CLI in its own GitHub Actions workflow to scan itself as part of CI. See [`self-scan.yml`](./.github/workflows/self-scan.yml).
This repository also uses CVE Lite CLI in its own GitHub Actions workflow to scan itself as part of CI. See [`self-scan.yml`](https://github.com/sonukapoor/cve-lite-cli/blob/main/.github/workflows/self-scan.yml).

For CI, we recommend using `--verbose` so build logs include the full fix plan, dependency paths, and detailed table output when a scan fails.

Expand Down Expand Up @@ -456,7 +456,7 @@ CVE Lite CLI is evolving from a vulnerability scanner into a comprehensive remed

This project is being shaped around real-world developer usability. Feedback on output clarity, remediation guidance, ecosystem coverage, and CI usage is especially valuable.

To get started, see [CONTRIBUTING.md](./CONTRIBUTING.md).
To get started, see [CONTRIBUTING.md](https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/CONTRIBUTING.md).

## Community and support

Expand All @@ -475,7 +475,7 @@ Helpful feedback includes:

As the project grows, contribution and security guidance will be expanded further in dedicated project docs.

For bug reports and feature requests, please use [GitHub Issues](https://github.com/sonukapoor/cve-lite-cli/issues). For contribution guidance, see [CONTRIBUTING.md](./CONTRIBUTING.md). For security-related reporting, see [SECURITY.md](./SECURITY.md).
For bug reports and feature requests, please use [GitHub Issues](https://github.com/sonukapoor/cve-lite-cli/issues). For contribution guidance, see [CONTRIBUTING.md](https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/CONTRIBUTING.md). For security-related reporting, see [SECURITY.md](https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/SECURITY.md).

## License

Expand Down
Loading