Skip to content

Commit

Permalink
docs(data dumps): update docs to reflect the all.zip changes (#2784)
Browse files Browse the repository at this point in the history
Docs support for #2423
  • Loading branch information
hogo6002 authored Oct 25, 2024
1 parent 895d093 commit 42ee0a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,9 @@ For convenience, these sources are aggregated and [continuously](https://github.
exported to a GCS bucket maintained by OSV:
[`gs://osv-vulnerabilities`](https://storage.googleapis.com/osv-vulnerabilities/index.html)

This bucket contains individual entries of the format
`gs://osv-vulnerabilities/<ECOSYSTEM>/<ID>.json` as well as a zip containing all
vulnerabilities for each ecosystem at
`gs://osv-vulnerabilities/<ECOSYSTEM>/all.zip`.
This bucket contains a zip file with all vulnerabilities across all ecosystems (including withdrawn records) at `gs://osv-vulnerabilities/all.zip`. This is the easiest way to download the entire OSV database.

Individual vulnerability records can be found at `gs://osv-vulnerabilities/<ECOSYSTEM>/<ID>.json`. A zip containing all vulnerabilities for each ecosystem is available at `gs://osv-vulnerabilities/<ECOSYSTEM>/all.zip`. Vulnerabilities without an ecosystem (typically withdrawn ones) are exported to the `gs://osv-vulnerabilities/[EMPTY]/` directory.

E.g. for PyPI vulnerabilities:

Expand Down

0 comments on commit 42ee0a9

Please sign in to comment.