Skip to content

Commit e0c00fa

Browse files
osv: document package
Change-Id: I4a46a2b83792f41daf97e76833bd71177eb32902 Reviewed-on: https://team-review.git.corp.google.com/c/golang/vulndb/+/1063815 Reviewed-by: Roland Shoemaker <[email protected]>
1 parent 820ef4a commit e0c00fa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

osv/json.go

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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 osv implements the <name-pending> shared vulnerability
6+
// format, with the Go specific extensions.
7+
//
8+
// As this package is intended for use with the Go vulnerability
9+
// database, only the subset of features which are used by that
10+
// database are implemented (for instance, only the SEMVER affected
11+
// range type is implemented).
12+
//
13+
// The format of the Go specific "extra" JSON object is as follows:
14+
//
15+
// {
16+
// "symbols": [ string ],
17+
// "goos": [ string ],
18+
// "goarch": [ string ],
19+
// "url": string
20+
// }
521
package osv
622

723
import (

0 commit comments

Comments
 (0)