From d929c1d83313069f1bf297b753dd71df0cd328f0 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 1 Aug 2022 14:14:11 +0200 Subject: [PATCH 1/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 945297b..230b984 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,15 +8,17 @@ assignees: '' --- -**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. From ffd9129f8d7b510744dee8a5d0fa2fa7a92589c0 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 1 Aug 2022 14:15:42 +0200 Subject: [PATCH 2/2] Update bug_report.md fix missing char --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 230b984..c809981 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,7 +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 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``) +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