From cde1e3603a791d3104c4f48987650ddc8d695104 Mon Sep 17 00:00:00 2001
From: Damien Neil
Date: Thu, 27 Oct 2022 12:51:54 -0700
Subject: [PATCH] webconfig: add link to pkg.go.dev/vuln, clean up links
Add a link to pkgsite for anyone who wants to browse the database.
Normalize the style of paragraphs containing links to "For X, see Y".
Remove inconsistent application of target="_blank".
For #56463
Change-Id: If20cd762aa338c83ebbae7306f07888e1fb9a083
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/446035
Run-TryBot: Damien Neil
TryBot-Result: Gopher Robot
Reviewed-by: Tim King
---
webconfig/index.html | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/webconfig/index.html b/webconfig/index.html
index 9a30df28..c4593abb 100644
--- a/webconfig/index.html
+++ b/webconfig/index.html
@@ -23,21 +23,26 @@
This is the Go vulnerability database. It is meant to be accessed by
programs that want to find vulnerabilities associated with Go modules.
+
+ To browse the database, see
+ pkg.go.dev/vuln.
+
For the database schema, see
- go.dev/security/vuln/database.
+ go.dev/security/vuln/database.
For details on Go vulnerability management, see
- go.dev/security/vuln.
+ go.dev/security/vuln.
- See vuln.go.dev/privacy for privacy information about this service.
+ For privacy information about this service, see
+ vuln.go.dev/privacy.
- See vuln.go.dev/copyright
- for copyright and licensing information about the reports in this
- database.
+ For copyright and licensing information about the reports in this
+ database, see
+ vuln.go.dev/copyright.