Skip to content

Commit 145d4b0

Browse files
committed
docs: create issue template security_report.yml
1 parent 8949b37 commit 145d4b0

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Security Report
2+
description: Report a security vulnerability in NLP-Email-Categorizer
3+
labels: ["security", "triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please follow our [Contributing Guidelines](https://github.com/VoxDroid/NLP-Email-Categorizer/blob/main/CONTRIBUTING.md). Do not post unverified links or promotional content, as they will be considered spam and may lead to restrictions.
9+
**Note**: For security issues, please consider emailing izeno.contact@gmail.com directly to avoid public disclosure. Use this template only if you are comfortable sharing details publicly.
10+
- type: checkboxes
11+
id: guidelines
12+
attributes:
13+
label: Guidelines
14+
description: Confirm that you have read and agree to follow our guidelines.
15+
options:
16+
- label: I have read the [Contributing Guidelines](https://github.com/VoxDroid/NLP-Email-Categorizer/blob/main/CONTRIBUTING.md) and agree to follow them.
17+
required: true
18+
- type: textarea
19+
id: vulnerability
20+
attributes:
21+
label: Vulnerability Description
22+
description: Describe the security vulnerability in detail.
23+
placeholder: e.g., Potential data leak in API...
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: impact
28+
attributes:
29+
label: Impact
30+
description: What is the potential impact of this vulnerability?
31+
placeholder: e.g., Could allow unauthorized access...
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: reproduction
36+
attributes:
37+
label: Steps to Reproduce
38+
description: Provide steps to reproduce the vulnerability, if known.
39+
placeholder: |
40+
1. Step 1
41+
2. Step 2
42+
validations:
43+
required: false
44+
- type: textarea
45+
id: mitigation
46+
attributes:
47+
label: Suggested Mitigation
48+
description: If you have ideas for mitigating this issue, please describe them.
49+
placeholder: e.g., Add input validation...
50+
validations:
51+
required: false

0 commit comments

Comments
 (0)