Skip to content

Commit 4688295

Browse files
authored
Update bug_report.md
1 parent 90c6903 commit 4688295

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: "[BUG / possible BUG]"
5-
labels: ''
5+
labels: 'bug:to be reproduced,bug:needs triage/confirmation'
66
assignees: ''
77

88
---
@@ -12,22 +12,31 @@ _Feel free to remove this line but please stick to the template. We would like t
1212
-->
1313

1414
**Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch**
15+
1516
I am running version ( ``git log | head -1`` if running from the git repo. Otherwise ``testssl.sh -v | grep from``)
1617

18+
1719
**Before you open an issue please whether this is a known problem by searching the issues**
20+
1821
Is related to / couldn't find anything
1922

23+
2024
**Command line / docker command to reproduce**
25+
2126
Which was your command line? In addition the target of your scan would be helpful. If you don't want to disclose it publicly: ``grep SWCONTACT testssl.sh``.
2227

28+
2329
**Expected behavior**
24-
A clear and concise description of what you expected to happen.
30+
31+
A clear and concise description of what you would expect to happen.
2532

2633

2734
**Your system (please complete the following information):**
2835
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
2936
- Platform: ``uname -srm``
30-
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
37+
- OpenSSL: ``testssl.sh -b 2>/dev/null | grep Using '``
38+
- Bash: ``bash --version``
3139

3240
**Additional context**
33-
Add any other context about the problem here.
41+
42+
Add any other context about the problem goes here.

0 commit comments

Comments
 (0)