From 3a02843f09c71225256c288cd1d2514dd7eaf1c4 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 28 Mar 2019 17:20:30 +0100 Subject: [PATCH] redo, add docker --- .github/ISSUE_TEMPLATE.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a53bbc0..4762d0f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,18 +1,16 @@ Please make sure that you provide enough information so that we understand what your issue is about. +1. uname -a -1. testssl version from the banner (testssl.sh -b 2>/dev/null | head -4 | tail -2) +2. testssl version from the banner: testssl.sh -b 2>/dev/null | head -4 | tail -2 -2. what exactly was happening, output is needed +3. git log | head -1 (if running from git repo) -3. what did you expect instead? +4. openssl version: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}' -4. steps to reproduce +4. steps to reproduce: testssl.sh or docker command line, if possible incl. host + +5. what exactly was happening, output is needed + +6. what did you expect instead? - 1. testssl.sh command line - - 1. if possible: target IP - - 1. openssl version used (testssl.sh -b 2>/dev/null | head -16 | tail -3) - - 1. your operating system (uname -a)