tree: e2954e12a7a38a73f41674eb773c0908e4944923 [path history] [tgz]
  1. 404.html
  2. copyright.html
  3. favicon.ico
  4. index.html
  5. privacy.html
  6. 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 *.html gs://go-vulndb

This requires golang-vulndb-project-owners rights, which need to be requested and approved via Access on Demand (go/get-aod).

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.