Merge pull request #2206 from drwetter/update_bug_report

Update bug_report.md
This commit is contained in:
Dirk Wetter 2022-08-02 13:28:56 +02:00 committed by GitHub
commit 730c758488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -8,15 +8,17 @@ assignees: ''
---
<!---
_Feel free to remove this line but please stick to the template. We would like to reproduce the bug and therefore need concise information. Depending on the completeness of your information provided we might close your issue otherwise. _
_Feel free to remove this line but please stick to the template. We would like to reproduce the bug and therefore need concise information. Depending on the completeness of your information provided we might close your issue otherwise right away. _
-->
**Before you open an issue please check this repo whether this is a known problem**
If in doubt check the git log and/or check whether you run the latest version from the git repo.
**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`` / ``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**
In addition the target of your scan would be helpful. If you don't want to disclose it publicly: ``grep SWCONTACT testssl.sh``.
Which was yoour 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.
@ -24,11 +26,8 @@ A clear and concise description of what you expected to happen.
**Your system (please complete the following information):**
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
- Platform: ``uname -srm``
- Version: ``testssl.sh -b 2>/dev/null | head -4 | tail -2``
- Version if running from git repo: ``git log | head -1``
- Platform: ``uname -srm``
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
**Additional context**
Add any other context about the problem here.