From ff919df2e09f09e7a9ca2ab2704b75786b4680ac Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 21 Oct 2021 10:52:34 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 578f94d..0812b31 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,7 @@ _Feel free to remove this line but please stick to the template. We would like t --> **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 lastest version from the git repo. **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``. @@ -25,7 +26,7 @@ A clear and concise description of what you expected to happen. - 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`` + - Version if running from git repo: ``git log | head -1`` - OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``