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
@@ -164,7 +164,7 @@ CVE Lite CLI is a local-first scanner. It parses dependency information locally,
164
164
165
165
It does not require a hosted account, cloud dashboard, or source code upload.
166
166
167
-
For the full explanation, see [Network Behavior and Privacy](./docs/network-and-privacy.md).
167
+
For the full explanation, see [Network Behavior and Privacy](https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/network-and-privacy.md).
168
168
169
169
### Planned support for stricter environments
170
170
@@ -313,7 +313,7 @@ Run it before a release, during dependency cleanup, or after a major package upg
313
313
314
314
### CI/CD
315
315
316
-
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).
316
+
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).
317
317
318
318
For CI, we recommend using `--verbose` so build logs include the full fix plan, dependency paths, and detailed table output when a scan fails.
319
319
@@ -456,7 +456,7 @@ CVE Lite CLI is evolving from a vulnerability scanner into a comprehensive remed
456
456
457
457
This project is being shaped around real-world developer usability. Feedback on output clarity, remediation guidance, ecosystem coverage, and CI usage is especially valuable.
458
458
459
-
To get started, see [CONTRIBUTING.md](./CONTRIBUTING.md).
459
+
To get started, see [CONTRIBUTING.md](https://github.com/sonukapoor/cve-lite-cli/blob/main/src/docs/CONTRIBUTING.md).
460
460
461
461
## Community and support
462
462
@@ -475,7 +475,7 @@ Helpful feedback includes:
475
475
476
476
As the project grows, contribution and security guidance will be expanded further in dedicated project docs.
477
477
478
-
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).
478
+
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).
0 commit comments