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
Copy file name to clipboardExpand all lines: docs/schema.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -153,8 +153,9 @@ The defined database prefixes and their "home" databases are:
153
153
|`GO`| The [Go vulnerability database](https://github.com/golang/vulndb). Serving the shared format [here](https://storage.googleapis.com/go-vulndb/). |
154
154
|`OSV`| The <https://osv.dev> vulnerability database. Serving `<ID>` in the shared format at `https://api.osv.dev/v1/vulns/<ID>`|
155
155
|`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`|
157
157
|`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). |
158
159
| Your database here |[Send us a PR](https://github.com/ossf/osv-schema/compare). |
159
160
160
161
In addition to those prefixes, other databases may serve information about
0 commit comments