all: remove references to x/vuln in documentation

Change-Id: Id948f4a202ef3369ab208ba16742e3a3e241a1b8
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/481995
Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
Reviewed-by: Julie Qiu <julieqiu@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
This commit is contained in:
Tatiana Bradley 2023-04-04 11:27:31 -04:00
Родитель 15e8ff0ee9
Коммит 56a4787e15
4 изменённых файлов: 5 добавлений и 7 удалений

Просмотреть файл

@ -5,9 +5,6 @@
This repository contains the infrastructure and internal reports to create the
[Go Vulnerability Database](https://vuln.go.dev).
If you are interested accessing data from the Go Vulnerability Database, see
[x/vuln](https://golang.org/x/vuln).
Check out [https://go.dev/security/vuln](https://go.dev/security/vuln) for more
information about the Go vulnerability management system.
@ -28,4 +25,5 @@ the BSD-style license found in the LICENSE file.
Database entries are distributed under the terms of the
[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license. See
[x/vuln](https://golang.org/x/vuln) for information on how to access these entries.
[go.dev/security/vuln/database](https://go.dev/security/vuln/database) for
information on how to access these entries.

Просмотреть файл

@ -4,7 +4,7 @@ The Go vulnerability report format is used to generate JSON files
served to the the vulnerability database.
This file format is meant for internal use only, and is subject to
change without warning. See [golang.org/x/vuln](https://golang.org/x/vuln)
change without warning. See [go.dev/security/vuln/database](https://go.dev/security/vuln/database)
for information on the Go Vulnerability database API.
This page documents the internal YAML file format.

Просмотреть файл

@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// Package derrors defines internal error values to categorize the different
// types error semantics supported by x/vuln.
// types error semantics supported by x/vulndb.
package derrors
import (

Просмотреть файл

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package internal contains functionality for x/vuln.
// Package internal contains functionality for x/vulndb.
package internal
import (