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
[enriches](#what-does-osvdev-do-to-the-records-it-imports) and indexes
32
32
vulnerability data from databases that use the OSV schema.
33
33
3.[OSV-Scanner](https://github.com/google/osv-scanner), the officially
@@ -45,7 +45,7 @@ See our blog posts for more details:
45
45
46
46
The OSV schema and OSV.dev can be used by:
47
47
48
-
1. Open source consumers: By querying [OSV.dev's API](/api/) and using our tooling to find known vulnerabilities in their dependencies.
48
+
1. Open source consumers: By querying [OSV.dev's API](../api/) and using our tooling to find known vulnerabilities in their dependencies.
49
49
2. Open source projects: By publishing vulnerabilities in the OSV format and having them imported by OSV.dev.
50
50
3. Vulnerability database producers: By making the database available in the OSV format.
51
51
@@ -67,7 +67,7 @@ The benefits of the OSV schema have led to adoption by several vulnerability dat
67
67
68
68
### How do I use OSV as an open source user?
69
69
70
-
OSV.dev provides an [easy-to-use API](./api/) for querying against the aggregated database of vulnerabilities.
70
+
OSV.dev provides an [easy-to-use API](../api/) for querying against the aggregated database of vulnerabilities.
71
71
72
72
[Command line tooling](https://github.com/google/osv-scanner) is also available for vulnerability scanning of SBOMs, language manifests, and container images.
0 commit comments