File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ name: Vulnerability Report
2
+ description: Report vulnerabilities
3
+ labels: unconfirmed vulnerability
4
+ body:
5
+ - type: markdown
6
+ attributes:
7
+ value: >
8
+ Thanks for taking the time to fill out a vulnerability report.
9
+ If you want real-time support, consider joining our Discord at https://pycord.dev/discord instead.
10
+
11
+ Please note that this form is for vulnerability reports only!
12
+ - type: input
13
+ attributes:
14
+ label: Summary
15
+ description: A simple summary of your vulnerability report
16
+ validations:
17
+ required: true
18
+ - type: textarea
19
+ attributes:
20
+ label: Reproduction Steps
21
+ description: >
22
+ What you did to make it happen.
23
+ validations:
24
+ required: true
25
+ - type: textarea
26
+ attributes:
27
+ label: Minimal Reproducible Code
28
+ description: >
29
+ A short snippet of code that showcases the vulnerability.
30
+ render: python
31
+ - type: textarea
32
+ attributes:
33
+ label: System Information
34
+ description: >
35
+ Run ` python -m discord -v ` and paste this information below.
36
+
37
+ This command required v1.1.0 or higher of the library. If this errors out then show some basic
38
+ information involving your system such as operating system and Python version.
39
+ validations:
40
+ required: true
41
+ - type: checkboxes
42
+ attributes:
43
+ label: Checklist
44
+ description: >
45
+ Let's make sure you've properly done due dilligence when reporting this issue!
46
+ options:
47
+ - label: I have searched the open issues for duplicates.
48
+ required: true
49
+ - label: I have shown the entire steps to reproduce the vulnerability.
50
+ required: true
51
+ - label: I have removed my token from display, if visible.
52
+ required: true
53
+ - type: textarea
54
+ attributes:
55
+ label: Additional Context
56
+ description: If there is anything else to say, please do so here.
You can’t perform that action at this time.
0 commit comments