File tree 4 files changed +5
-7
lines changed
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 5
5
This repository contains the infrastructure and internal reports to create the
6
6
[ Go Vulnerability Database] ( https://vuln.go.dev ) .
7
7
8
- If you are interested accessing data from the Go Vulnerability Database, see
9
- [ x/vuln] ( https://golang.org/x/vuln ) .
10
-
11
8
Check out [ https://go.dev/security/vuln ] ( https://go.dev/security/vuln ) for more
12
9
information about the Go vulnerability management system.
13
10
@@ -28,4 +25,5 @@ the BSD-style license found in the LICENSE file.
28
25
29
26
Database entries are distributed under the terms of the
30
27
[ 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.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The Go vulnerability report format is used to generate JSON files
4
4
served to the the vulnerability database.
5
5
6
6
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 )
8
8
for information on the Go Vulnerability database API.
9
9
10
10
This page documents the internal YAML file format.
Original file line number Diff line number Diff line change 3
3
// license that can be found in the LICENSE file.
4
4
5
5
// 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 .
7
7
package derrors
8
8
9
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- // Package internal contains functionality for x/vuln .
5
+ // Package internal contains functionality for x/vulndb .
6
6
package internal
7
7
8
8
import (
You can’t perform that action at this time.
0 commit comments