tree: 320e17c8b6d2567f57f8ffcc0d9110e31bef9ad3 [path history] [tgz]
  1. 404.html
  2. favicon.ico
  3. index.html
  4. 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

This requires golang-vulndb-project-owners rights, or equivalent.

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.