aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/security
diff options
context:
space:
mode:
authorTatiana Bradley <tatianabradley@google.com>2024-01-23 13:17:57 -0500
committerTatiana Bradley <tatianabradley@google.com>2024-01-23 19:27:18 +0000
commit16e6fe39ca56221bfe07bb5b489ca3d0bafd7a4e (patch)
tree5942d7a2e0e7b4bf995dc13df57a12706b303496 /_content/doc/security
parent25907e1a9659bf8d741f2a474a7c4ca6b818a036 (diff)
downloadgo-x-website-16e6fe39ca56221bfe07bb5b489ca3d0bafd7a4e.tar.xz
_content/doc/security/vuln: add section on vulndb bulk download
Adds section describing the new bulk download option for vulndb. Change-Id: I347ec31a03504cafd965b342b73c641ab274753d Reviewed-on: https://go-review.googlesource.com/c/website/+/557739 Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to '_content/doc/security')
-rw-r--r--_content/doc/security/vuln/database.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/_content/doc/security/vuln/database.md b/_content/doc/security/vuln/database.md
index 26b75e86..88d8b31d 100644
--- a/_content/doc/security/vuln/database.md
+++ b/_content/doc/security/vuln/database.md
@@ -119,6 +119,12 @@ The endpoints are:
See [/ID/GO-2022-0191.json](https://vuln.go.dev/ID/GO-2022-0191.json)
for a live example.
+### Bulk download
+
+To make it easier to download the entire Go vulnerability database,
+a zip file containing all the index and OSV files is available at
+[vuln.go.dev/vulndb.zip](https://vuln.go.dev/vulndb.zip).
+
### Usage in `govulncheck`
By default, `govulncheck` uses the canonical Go vulnerability database at [vuln.go.dev](https://vuln.go.dev).