From b47bc9e871cf19e068e651bede7f1b4ff82dd965 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 25 Nov 2020 21:19:26 +0100 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5808112..3ea885a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,19 +7,24 @@ assignees: '' --- -_**Please just don't remove this template. We need to reproduce the bug and need concise information for that**_ +_**Please don't remove this template. We would like to reproduce the bug and need concise information. **_ + **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``. + **Expected behavior** 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`` - OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'`` + **Additional context** Add any other context about the problem here.