Skip to content

Commit 5e3cbf8

Browse files
authored
Update database prefixes to include GHSA. (#33)
Also fix the RUSTSEC link while we're here.
1 parent 4bf9ef5 commit 5e3cbf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/schema.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ The defined database prefixes and their "home" databases are:
153153
| `GO` | The [Go vulnerability database](https://github.com/golang/vulndb). Serving the shared format [here](https://storage.googleapis.com/go-vulndb/). |
154154
| `OSV` | The <https://osv.dev> vulnerability database. Serving `<ID>` in the shared format at `https://api.osv.dev/v1/vulns/<ID>` |
155155
| `PYSEC` | The [PyPI vulnerability database](https://github.com/pypa/advisory-db). Serving `<ID>` in the shared format at `https://api.osv.dev/v1/vulns/<ID>` |
156-
| `RUSTSEC` | [The Rust crates vulnerability database](https://github.com/rustsec/advisory-db). Serving `<ID>` in the shared format at `https://github.com/RustSec/advisory-db/blob/osv-experimental-v0.7/crates/<ID>.json` |
156+
| `RUSTSEC` | [The Rust crates vulnerability database](https://github.com/rustsec/advisory-db). Serving `<ID>` in the shared format at `https://github.com/RustSec/advisory-db/blob/osv/crates/<ID>.json` |
157157
| `GSD` | The GSD database. Serving the shared format [here](https://github.com/cloudsecurityalliance/gsd-database). |
158+
| `GHSA` | The GitHub Security Advisory database. Serving the shared format [here](https://github.com/github/advisory-database). |
158159
| Your database here | [Send us a PR](https://github.com/ossf/osv-schema/compare). |
159160

160161
In addition to those prefixes, other databases may serve information about

0 commit comments

Comments
 (0)