You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -4,37 +4,37 @@ about: Create a report to help us improve
4
4
title: ''
5
5
labels: bug
6
6
assignees: ''
7
-
8
7
---
9
-
# NOTE: We are aware the problems with ESAPI and Jakarta EE, so please do NOT create a new issue for that.
10
-
To follow the status of that, please see GitHub Discussion https://github.com/ESAPI/esapi-java-legacy/discussions/768.
11
8
12
-
**Describe the bug**
9
+
[**NOTE:** Please do NOT just ask general questions here as they will _not_ be answered. Instead, please use the GitHub Discussions and create a new topic under 'Questions and Answers". Also, please delete the instructions and replace them with actual text and delete the sections that are not relevant.]
10
+
11
+
#### Describe the bug
13
12
A clear and concise description of what the bug is.
14
13
15
-
**Specify what ESAPI version(s) you are experiencing this bug in**
16
-
This is especially important if it is not the latest version of ESAPI.
14
+
#### Specify what ESAPI version(s) you are experiencing this bug in
15
+
This is especially important if it is not the latest version of ESAPI. Also, if you are using the Jakarta version (e.g., '<classifier>jakarta</classier>'), then please note that as well.
17
16
18
-
**To Reproduce**
17
+
#### To Reproduce
19
18
List the steps to reproduce the behavior or (ideally) attach a small JUnit test to reproduce the problem. Please _be specific_.
20
19
1. Go to '...'
21
20
2. Click on '....'
22
21
3. Scroll down to '....'
23
22
4. See error
23
+
Note also any specific configuration changes that are needed to replicate the problem. That is especially important if you are not using the default configuration files (ESAPI.properties, validation.properties, antisamy-esapi.xml, etc.)
24
24
25
-
**Expected behavior**
25
+
#### Expected behavior
26
26
A clear and concise description of what you expected to happen.
27
27
28
-
**Screenshots**
28
+
#### Screenshots
29
29
If applicable, add screenshots to help explain your problem.
30
30
[**NOTE:** Please do NOT just ask general questions here as they will _not_ be answered. Instead, please use the GitHub Discussions and create a new topic under 'Questions and Answers".
31
31
Please delete any irrelevant portion of this template before submitting your GitHub issue. Thanks.]
32
32
33
-
**Platform environment (please complete the following information):**
33
+
#### Platform environment (please complete the following information)
34
34
- OS: [e.g. iOS]
35
35
- Browser [e.g. chrome, safari]
36
36
- JDK version used with ESAPI
37
37
38
-
**Additional context**
38
+
#### Additional context
39
39
Add any other context about the problem here.
40
40
If known, please select the label corresponding to the affected ESAPI component.
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/enhancement-request.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,18 @@ about: Suggest an enhancment for this project
4
4
title: ''
5
5
labels: enhancement
6
6
assignees: ''
7
-
8
7
---
9
8
10
-
[**NOTE:** Please do NOT just ask general questions here as they will _not_ be answered. Instead, please use the GitHub Discussions and create a new topic under 'Questions and Answers". Also, we are aware the problems with ESAPI and Jakarta EE, so please do NOT create a new issue for that. To follow the status, please see GitHub Discussion https://github.com/ESAPI/esapi-java-legacy/discussions/768.
11
-
Please delete any irrelevant portion of this template before submitting your GitHub issue. Thanks.]
9
+
[**NOTE:** Please do NOT just ask general questions here as they will _not_ be answered. Instead, please use the GitHub Discussions and create a new topic under 'Questions and Answers". Please delete any irrelevant portion of this template before submitting your GitHub issue. Thanks.]
12
10
13
-
**Is your feature request related to a problem? Please describe.**
11
+
#### Is your feature request related to a problem? Please describe.
14
12
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15
13
16
-
**Describe the solution you'd like**
14
+
#### Describe the solution you'd like
17
15
A clear and concise description of what you want to happen. Note that this may include some appropriate type of documentation that is lacking or unclear.
18
16
19
-
**Describe alternatives you've considered including other security libraries**
17
+
#### Describe alternatives you've considered including other security libraries
20
18
A clear and concise description of any alternative solutions or features you've considered.
21
19
22
-
**Additional context**
20
+
#### Additional context
23
21
Add any other context or screenshots about the feature request here.
0 commit comments