From d21aadd96554ee1a63882369a495310b59f65a53 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Mon, 8 Aug 2022 11:45:38 +0200 Subject: [PATCH] Mention OSV API in the README (#1328) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6cca6a7..4701d81 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ of the advisory database can be found at https://rustsec.org/advisories/. We also export advisory data to the [OSV](https://github.com/ossf/osv-schema) format, see the [`osv`](https://github.com/rustsec/advisory-db/tree/osv) branch. +All our data is available on [osv.dev](https://osv.dev/list?ecosystem=crates.io&q=) +and through their [API](https://osv.dev/#use-the-api). The following tools consume this advisory database and can be used for auditing and reporting (send PRs to add yours):