testssl.sh/.github/ISSUE_TEMPLATE/bug_report.md

32 lines
1015 B
Markdown
Raw Normal View History

---
name: Bug report
about: Create a report to help us improve
title: "[BUG / possible BUG]"
labels: ''
assignees: ''
---
2021-05-16 15:07:08 +02:00
_Feel free to remove this line but please stick to the template. We would like to reproduce the bug and therefore need concise information. _
2020-11-25 21:19:26 +01:00
2021-01-22 12:20:05 +01:00
**Please check this repo whether this is a known issue**
**Command line / docker command to reproduce**
2020-11-25 21:19:26 +01:00
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.
2020-11-25 21:19:26 +01:00
**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``
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
2020-11-25 21:19:26 +01:00
**Additional context**
Add any other context about the problem here.