From dc48a14603ae993d68306dc8c9614c0fe8a2f464 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 7 Jun 2016 08:49:53 +0200 Subject: [PATCH] Created Bug reporting (markdown) --- Bug-reporting.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Bug-reporting.md diff --git a/Bug-reporting.md b/Bug-reporting.md new file mode 100644 index 0000000..031288e --- /dev/null +++ b/Bug-reporting.md @@ -0,0 +1,12 @@ + +### How to report bugs ### + +Needed info: + 1. testssl version from the banner (testssl.sh -b 2>/dev/null | head -4 | tail -1) + 1. target IP + 1. testssl.sh command line + 1. openssl version used (testssl.sh -b 2>/dev/null | head -16 | tail -3) + +Internal IPs are not useful as the bug likely can't be reproduced. + +If you don't want to publicly tell your IP that's fine. ``grep SWCONTACT testssl.sh`` will give you my mail address. Please file a bug @ github anyway, omit the IP address. \ No newline at end of file