_content/security/vulndb: add examples

Change-Id: Ic15fd13d9d7b61cfa2e768d6265ffc574bd0f5cf
Reviewed-on: https://go-review.googlesource.com/c/website/+/425374
Reviewed-by: Julie Qiu <julieqiu@google.com>
Run-TryBot: Julie Qiu <julieqiu@google.com>
Auto-Submit: Julie Qiu <julieqiu@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Julie Qiu <julie@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
Julie Qiu 2022-08-24 16:30:41 -04:00 коммит произвёл Gopher Robot
Родитель 145d0c1d04
Коммит d43e1e69d8
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -105,7 +105,14 @@ For information on other fields in the schema, refer to the [OSV spec](https://o
## Examples
TODO: add an example once changes have been made in x/vulndb and x/vuln.
All vulnerabilities in the Go vulnerability database use the OSV schema
described above.
See the links below for examples of different Go vulnerabilities:
- **Go standard library vulnerability** (GO-2022-0191): [JSON](https://vuln.go.dev/ID/GO-2022-0191.json), [HTML](https://pkg.go.dev/vuln/GO-2022-0191)
- **Go toolchain vulnerability** (GO-2022-0189): [JSON](https://vuln.go.dev/ID/GO-2022-0189.json), [HTML](https://pkg.go.dev/vuln/GO-2022-0189)
- **Vulnerability in Go module** (GO-2020-0015): [JSON](https://vuln.go.dev/ID/GO-2020-0015), [HTML](https://pkg.go.dev/vuln/GO-2022-0015)
## Excluded Reports