File tree 1 file changed +16
-1
lines changed
_content/doc/security/vuln 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -189,11 +189,26 @@ array will have these two fields:
189
189
- ** goos** : a string array with the execution operating system where the symbols appear, if known
190
190
- ** goarch** : a string array with the architecture where the symbols appear, if known
191
191
192
- ### database_specific.url
192
+ ### database_specific
193
+
194
+ The ` database_specific ` field contains custom fields specific to the Go vulnerability database.
195
+
196
+ #### database_specific.url
193
197
194
198
The ` database_specific.url ` field is a string representing the fully-qualified
195
199
URL of the Go vulnerability report, e.g, "https://pkg.go.dev/vuln/GO-2023-1621 ".
196
200
201
+ #### database_specific.review_status
202
+
203
+ The ` database_specific.review_status ` field is a string representing the review
204
+ status of the vulnerability report. If not present, the report should be
205
+ considered ` REVIEWED ` . The possible values are:
206
+
207
+ - ` UNREVIEWED ` : The report was automatically generated based on another source, such as
208
+ a CVE or GHSA. Its data may be limited and has not been verified by the Go team.
209
+ - ` REVIEWED ` : The report originated from the Go team, or was generated based on an external source.
210
+ A member of the Go team has reviewed the report, and where appropriate, added additional data.
211
+
197
212
For information on other fields in the schema, refer to the [ OSV spec] ( https://ossf.github.io/osv-schema ) .
198
213
199
214
## Examples
You can’t perform that action at this time.
0 commit comments