Skip to content

Commit 85031d6

Browse files
authored
Merge pull request #396 from Pycord-Development/sec-rep
Security Report Template and cleanup
2 parents 55e373a + 5365e97 commit 85031d6

File tree

7 files changed

+59
-47
lines changed

7 files changed

+59
-47
lines changed
File renamed without changes.
File renamed without changes.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
attributes:
77
value: >
88
Thanks for taking the time to fill out a bug.
9-
If you want real-time support, consider joining our Discord at https://discord.gg/r3sSKJJ instead.
9+
If you want real-time support, consider joining our Discord at https://pycord.dev/discord instead.
1010
1111
Please note that this form is for bugs only!
1212
- type: input

.github/ISSUE_TEMPLATE/config.yml

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

CONTRIBUTING.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)