aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/04-vuln.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/04-vuln.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/04-vuln.yml16
1 files changed, 10 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/04-vuln.yml b/.github/ISSUE_TEMPLATE/04-vuln.yml
index 1759697307..ae1356886c 100644
--- a/.github/ISSUE_TEMPLATE/04-vuln.yml
+++ b/.github/ISSUE_TEMPLATE/04-vuln.yml
@@ -1,17 +1,21 @@
name: Go vulnerability management - bugs and feature requests
description: Issues or feature requests about Go vulnerability management
title: "x/vuln: issue title"
-labels: ["vulncheck", "vulndb"]
+labels: ["vulncheck or vulndb"]
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."
- type: input
- id: go-version
+ id: govulncheck-version
attributes:
- label: go version
- description: What version of Go are you using (`go version`)?
- placeholder: ex. go version go1.20.7 darwin/arm64
+ 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
validations:
required: true
- type: textarea
@@ -31,7 +35,7 @@ body:
id: what-did-you-do
attributes:
label: "What did you do?"
- description: "If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on go.dev/play is best."
+ 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."
validations:
required: true
- type: textarea