tree: 38943d936b6a7085576873e53adae77604561c31 [path history] [tgz]
  1. 404.html
  2. index.html
  3. README.md
webconfig/README.md

Go Vulnerability Database Web Configuration

These files control what users see when they visit https://vuln.go.dev, and when they get a 404 on that site.

Deployment

After these files are modified and the CL has been submitted, copy them to the vuln DB bucket:

gsutil cp index.html 404.html gs://go-vulndb

Initial Setup

The go-vulndb bucket must be configured to display these pages. That can be done with

gsutil web set -m index.html -e 404.html gs://go-vulndb

Use gsutil web get gs://go-vulndb to display the configuration.