aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/archived/04-vuln.md
blob: 7e129d78db95b2607f9f02e24c1408ecbfd77ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
name: Go vulnerability management - bugs and feature requests
about: Issues or feature requests about Go vulnerability management
title: "x/vuln: "
labels: "vulncheck or vulndb"
---

<!--
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?