repos,devapp/owners: add vulndb

Change-Id: Ie61903ff9ad07c284b2cc16a809654313598d913
Reviewed-on: https://go-review.googlesource.com/c/build/+/312369
Trust: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
diff --git a/devapp/owners/table.go b/devapp/owners/table.go
index 27dad5c..38dae29 100644
--- a/devapp/owners/table.go
+++ b/devapp/owners/table.go
@@ -853,6 +853,10 @@
 		Secondary: []Owner{suzmue},
 	},
 
+	"vulndb": {
+		Primary: []Owner{filippo, katie, roland},
+	},
+
 	"website": {
 		Primary: []Owner{dmitshur},
 	},
diff --git a/repos/repos.go b/repos/repos.go
index e2ba059..0692cd5 100644
--- a/repos/repos.go
+++ b/repos/repos.go
@@ -86,6 +86,7 @@
 	x("tools", desc("godoc, goimports, gorename, and other tools"))
 	x("tour", noDash, desc("tour.golang.org's implementation"))
 	x("vgo", noDash)
+	x("vulndb", desc("the Go Vulnerability Database and packages for working with it"))
 	x("website")
 	x("xerrors", noDash)