File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : " [BUG / possible BUG]"
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ _ ** Please don't remove this template. We would like to reproduce the bug and need concise information. ** _
11+
12+
13+ ** Command line / docker command to reproduce**
14+ In addition the target of your scan would be helpful. If you don't want to disclose it publicly: `` grep SWCONTACT testssl.sh `` .
15+
16+
17+ ** Expected behavior**
18+ A clear and concise description of what you expected to happen.
19+
20+
21+ ** Your system (please complete the following information):**
22+ - OS: `` awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release ``
23+ - Platform: `` uname -srm ``
24+ - Version: `` testssl.sh -b 2>/dev/null | head -4 | tail -2 ``
25+ - Version if running from git repo: `` git log | head -1 ``
26+ - OpenSSL: `` testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}' ``
27+
28+
29+ ** Additional context**
30+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : " [Feature request]"
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ---
11+ name: Feature request
12+ about: Suggest an idea for this project
13+ title: "[ Feature Request] "
14+ labels: ''
15+ assignees: ''
16+
17+ ---
18+
19+ ** Is your feature request related to a problem? Please describe.**
20+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
21+
22+ ** Describe the solution you'd like**
23+ A clear and concise description of what you want to happen.
24+
25+ ** Describe alternatives you've considered**
26+ A clear and concise description of any alternative solutions or features you've considered.
27+ ``
Original file line number Diff line number Diff line change 1+ ---
2+ name : Other issues / Question
3+ about : Anything else which is not covered by a bug report or feature request
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+
You can’t perform that action at this time.
0 commit comments