Updated Bug reporting (markdown)

Dirk Wetter 2016-06-07 09:01:14 +02:00
parent 99e92db31a
commit f8e84fd6c2

@ -4,11 +4,12 @@
Found a bug. Good -- yes, seriously! In the end it'll make testssl.sh better. Found a bug. Good -- yes, seriously! In the end it'll make testssl.sh better.
Needed info: Needed info:
1. testssl version from the banner (testssl.sh -b 2>/dev/null | head -4 | tail -1) 1. testssl version from the banner (``testssl.sh -b 2>/dev/null | head -4 | tail -1``)
1. target IP 1. target IP
1. testssl.sh command line 1. testssl.sh command line
1. openssl version used (testssl.sh -b 2>/dev/null | head -16 | tail -3) 1. openssl version used (``testssl.sh -b 2>/dev/null | head -16 | tail -3``)
1. Your operating system (uname -a) 1. Your operating system (``uname -a``)
1. what was happening (output is useful!) and what did you expect
Internal IPs are not useful as the bug likely can't be reproduced. Internal IPs are not useful as the bug likely can't be reproduced.