Skip to content

Commit bb31b82

Browse files
tatianabTatiana Bradley
authored and
Tatiana Bradley
committed
x/vulndb: add suggest edit Github issue form
Adds a form to allow third parties to let us know about issues with existing vulnerability reports. Change-Id: I7c7ed525cd23ee29bddc58bc07ed699ff5a6fa56 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/418597 Reviewed-by: Tatiana Bradley <[email protected]> Reviewed-by: Julie Qiu <[email protected]>
1 parent 5d35288 commit bb31b82

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Suggest an edit to an existing report
2+
title: "x/vulndb: suggestion regarding <GO-XXXX-YYYY>"
3+
description: Let us know about missing or incorrect information in a vulndb report.
4+
labels: "Needs Triage,Suggested Edit"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to help us maintain the Go vulnerability
10+
database!
11+
12+
This form is only for suggested edits or comments about existing reports.
13+
14+
❗ To report undisclosed Go vulnerabilities, please follow our [security policy](https://go.dev/security/policy).
15+
16+
For questions or concerns, do not hesitate to reach out to us directly at [email protected].
17+
- type: input
18+
id: report
19+
attributes:
20+
label: Report ID
21+
placeholder: GO-XXXX-YYYY
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: suggestion
26+
attributes:
27+
label: Suggestion/Comment
28+
validations:
29+
required: true

0 commit comments

Comments
 (0)