Update bug_report.md

This commit is contained in:
Dirk Wetter 2024-06-13 18:49:47 +02:00 committed by GitHub
parent 90c6903a27
commit 4688295d24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.