2023-11-22 10:20:35 -07:00
name : Go vulnerability management - bugs and feature requests
description : Issues or feature requests about Go vulnerability management
2023-11-22 12:31:37 -07:00
title : "x/vuln: issue title"
2023-11-23 11:43:12 -07:00
labels : [ "vulncheck or vulndb" ]
2023-11-22 10:20:35 -07:00
body :
- type : markdown
attributes :
value : "Please answer these questions before submitting your issue. Thanks! To add a new vulnerability to the Go vulnerability database (https://vuln.go.dev), see https://go.dev/s/vulndb-report-new. To report an issue about a report, see https://go.dev/s/vulndb-report-feedback."
2023-12-29 12:09:16 -07:00
- type : textarea
2023-11-23 11:43:12 -07:00
id : govulncheck-version
2023-11-22 10:20:35 -07:00
attributes :
2023-11-23 11:43:12 -07:00
label : govulncheck version
description : What version of govulncheck are you using (`govulncheck -version`)?
placeholder : |
Go : devel go1.22-0262ea1ff9 Thu Oct 26 18:46:50 2023 +0000
Scanner : govulncheck@v1.0.2-0.20231108200754-fcf7dff7b242
DB : https://vuln.go.dev
DB updated : 2023-11-21 15:39:17 +0000 UTC
2023-11-22 10:20:35 -07:00
validations :
required : true
- type : textarea
id : reproduce-latest-version
attributes :
label : "Does this issue reproduce at the latest version of golang.org/x/vuln?"
validations :
required : true
- type : textarea
2023-12-29 12:09:16 -07:00
id : go-env
2023-11-22 10:20:35 -07:00
attributes :
2023-12-29 12:09:16 -07:00
label : "Output of `go env` in your module/workspace:"
2023-11-22 10:20:35 -07:00
render : shell
validations :
required : true
- type : textarea
id : what-did-you-do
attributes :
label : "What did you do?"
2023-11-23 11:43:12 -07:00
description : "If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on [go.dev/play](https://go.dev/play) is best."
2023-11-22 10:20:35 -07:00
validations :
required : true
- type : textarea
2023-12-29 12:09:16 -07:00
id : actual-behavior
2023-11-22 10:20:35 -07:00
attributes :
2023-12-29 12:09:16 -07:00
label : "What did you see happen?"
2023-11-22 10:20:35 -07:00
validations :
required : true
- type : textarea
2023-12-29 12:09:16 -07:00
id : expected-behavior
2023-11-22 10:20:35 -07:00
attributes :
2023-12-29 12:09:16 -07:00
label : "What did you expect to see?"
2023-11-22 10:20:35 -07:00
validations :
required : true