mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 20:39:45 +01:00
Update bug_report.md
This commit is contained in:
parent
90c6903a27
commit
4688295d24
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -2,7 +2,7 @@
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG / possible BUG]"
|
||||
labels: ''
|
||||
labels: 'bug:to be reproduced,bug:needs triage/confirmation'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
@ -12,22 +12,31 @@ _Feel free to remove this line but please stick to the template. We would like t
|
||||
-->
|
||||
|
||||
**Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch**
|
||||
|
||||
I am running version ( ``git log | head -1`` if running from the git repo. Otherwise ``testssl.sh -v | grep from``)
|
||||
|
||||
|
||||
**Before you open an issue please whether this is a known problem by searching the issues**
|
||||
|
||||
Is related to / couldn't find anything
|
||||
|
||||
|
||||
**Command line / docker command to reproduce**
|
||||
|
||||
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``.
|
||||
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
A clear and concise description of what you would expect to happen.
|
||||
|
||||
|
||||
**Your system (please complete the following information):**
|
||||
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
|
||||
- Platform: ``uname -srm``
|
||||
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
|
||||
- OpenSSL: ``testssl.sh -b 2>/dev/null | grep Using '``
|
||||
- Bash: ``bash --version``
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
Add any other context about the problem goes here.
|
||||
|
Loading…
Reference in New Issue
Block a user