|
| 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. |
0 commit comments