diff --git a/README.md b/README.md index 22d4294e..98b93a63 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc/format.md b/doc/format.md index 4b40003b..35b1a367 100644 --- a/doc/format.md +++ b/doc/format.md @@ -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. diff --git a/internal/derrors/derrors.go b/internal/derrors/derrors.go index cc1faf0a..ce849feb 100644 --- a/internal/derrors/derrors.go +++ b/internal/derrors/derrors.go @@ -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 ( diff --git a/internal/internal.go b/internal/internal.go index 1451e04f..f88d3f64 100644 --- a/internal/internal.go +++ b/internal/internal.go @@ -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 (