]> Cypherpunks.ru repositories - gostls13.git/blob - .github/ISSUE_TEMPLATE/04-vuln.md
.github: change label for vulndb and vulndb issues
[gostls13.git] / .github / ISSUE_TEMPLATE / 04-vuln.md
1 ---
2 name: Go vulnerability management - bugs and feature requests
3 about: Issues or feature requests about Go vulnerability management
4 title: "x/vuln: "
5 labels: vulncheck or vulndb
6 ---
7
8 <!--
9 Please answer these questions before submitting your issue. Thanks!
10
11 To add a new vulnerability to the Go vulnerability database
12 (https://vuln.go.dev), see https://go.dev/s/vulndb-report-new.
13
14 To report an issue about a report, see https://go.dev/s/vulndb-report-feedback.
15 -->
16
17 ### What version of Go are you using (`go version`)?
18
19 <pre>
20 $ go version
21
22 </pre>
23
24 ### Does this issue reproduce at the latest version of golang.org/x/vuln?
25
26
27
28 ### What operating system and processor architecture are you using (`go env`)?
29
30 <details><summary><code>go env</code> Output</summary><br><pre>
31 $ go env
32
33 </pre></details>
34
35 ### What did you do?
36
37 <!--
38 If possible, provide a recipe for reproducing the error.
39 A complete runnable program is good.
40 A link on go.dev/play is best.
41 -->
42
43
44
45 ### What did you expect to see?
46
47
48
49 ### What did you see instead?
50
51