Skip to content

Commit 56a4787

Browse files
committed
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 <[email protected]> Reviewed-by: Julie Qiu <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
1 parent 15e8ff0 commit 56a4787

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
This repository contains the infrastructure and internal reports to create the
66
[Go Vulnerability Database](https://vuln.go.dev).
77

8-
If you are interested accessing data from the Go Vulnerability Database, see
9-
[x/vuln](https://golang.org/x/vuln).
10-
118
Check out [https://go.dev/security/vuln](https://go.dev/security/vuln) for more
129
information about the Go vulnerability management system.
1310

@@ -28,4 +25,5 @@ the BSD-style license found in the LICENSE file.
2825

2926
Database entries are distributed under the terms of the
3027
[CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license. See
31-
[x/vuln](https://golang.org/x/vuln) for information on how to access these entries.
28+
[go.dev/security/vuln/database](https://go.dev/security/vuln/database) for
29+
information on how to access these entries.

doc/format.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Go vulnerability report format is used to generate JSON files
44
served to the the vulnerability database.
55

66
This file format is meant for internal use only, and is subject to
7-
change without warning. See [golang.org/x/vuln](https://golang.org/x/vuln)
7+
change without warning. See [go.dev/security/vuln/database](https://go.dev/security/vuln/database)
88
for information on the Go Vulnerability database API.
99

1010
This page documents the internal YAML file format.

internal/derrors/derrors.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// license that can be found in the LICENSE file.
44

55
// Package derrors defines internal error values to categorize the different
6-
// types error semantics supported by x/vuln.
6+
// types error semantics supported by x/vulndb.
77
package derrors
88

99
import (

internal/internal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Package internal contains functionality for x/vuln.
5+
// Package internal contains functionality for x/vulndb.
66
package internal
77

88
import (

0 commit comments

Comments
 (0)