Skip to content

Commit f93709b

Browse files
committed
Update issue templates
1 parent 1a28de9 commit f93709b

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve. If you don't know a specific detail or
4+
piece of information leave it blank, if necessary we will help you to figure out.
5+
6+
---
7+
8+
**Describe the bug**
9+
10+
A clear and concise description of what the bug is.
11+
12+
**Logs and dumps**
13+
14+
Output of:
15+
1. DebugLogs (level 9)
16+
2. AuditLogs
17+
3. Error logs
18+
4. If there is a crash, the core dump file.
19+
20+
_Notice:_ Be carefully to not leak any confidential information.
21+
22+
**To Reproduce**
23+
24+
Steps to reproduce the behavior:
25+
26+
A **curl** command line that mimics the original request and reproduces the problem. Or a ModSecurity v3 test case.
27+
28+
[e.g: curl "modsec-full/ca/..\\..\\..\\..\\..\\..\\/\\etc/\\passwd" or [issue-394.json](https://github.com/SpiderLabs/ModSecurity/blob/v3/master/test/test-cases/regression/issue-394.json)]
29+
30+
31+
**Expected behavior**
32+
33+
A clear and concise description of what you expected to happen.
34+
35+
**Server (please complete the following information):**
36+
- ModSecurity version (and connector): [e.g. ModSecurity v3.0.1 with nginx-connector v1.0.0]
37+
- WebServer: [e.g. nginx-1.15.5]
38+
- OS (and distro): [e.g. Linux, archlinux]
39+
40+
41+
**Rule Set (please complete the following information):**
42+
- Running any public or commercial rule set? [e.g. SpiderLabs commercial rules]
43+
- What is the version number? [e.g. 2018-08-11]
44+
45+
**Additional context**
46+
47+
Add any other context about the problem here.

0 commit comments

Comments
 (0)