summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulie Qiu <julie@golang.org>2022-08-19 12:08:15 -0400
committerGopher Robot <gobot@golang.org>2022-08-19 16:55:03 +0000
commit7dad1d24b2e596b2178c1f94fe877c9effa330cd (patch)
tree9fce20525605a934005f65a0f1cddc9c2c93c62a /.github
parent48297f1fb15206cd13e0f31647e909292fb21975 (diff)
downloadgo-git-7dad1d24b2e596b2178c1f94fe877c9effa330cd.tar.gz
.github/ISSUE_TEMPLATE: add issue template for Go vulnerability management
Change-Id: Ia8bdd7909e94f3ab7248e88f0947db85ac744d79 Reviewed-on: https://go-review.googlesource.com/c/go/+/424928 Run-TryBot: Julie Qiu <julieqiu@google.com> Auto-Submit: Julie Qiu <julieqiu@google.com> Reviewed-by: Julie Qiu <julieqiu@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/04-vuln.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/04-vuln.md b/.github/ISSUE_TEMPLATE/04-vuln.md
new file mode 100644
index 0000000000..090fb0de70
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/04-vuln.md
@@ -0,0 +1,51 @@
+---
+name: Go vulnerability management - bugs and feature requests
+about: Issues or feature requests about Go vulnerability management
+title: "x/vuln: "
+labels: x/vuln
+---
+
+<!--
+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.
+-->
+
+### What version of Go are you using (`go version`)?
+
+<pre>
+$ go version
+
+</pre>
+
+### Does this issue reproduce at the latest version of golang.org/x/vuln?
+
+
+
+### What operating system and processor architecture are you using (`go env`)?
+
+<details><summary><code>go env</code> Output</summary><br><pre>
+$ go env
+
+</pre></details>
+
+### What did you do?
+
+<!--
+If possible, provide a recipe for reproducing the error.
+A complete runnable program is good.
+A link on go.dev/play is best.
+-->
+
+
+
+### What did you expect to see?
+
+
+
+### What did you see instead?
+
+