testssl.sh/.github/ISSUE_TEMPLATE.md

17 lines
516 B
Markdown
Raw Normal View History

2017-12-04 14:04:41 +01:00
Please make sure that you provide enough information so that we understand what your issue is about.
2017-12-04 13:54:55 +01:00
2019-03-28 17:20:30 +01:00
1. uname -a
2017-12-04 14:04:41 +01:00
2019-03-28 17:20:30 +01:00
2. testssl version from the banner: testssl.sh -b 2>/dev/null | head -4 | tail -2
2017-12-04 13:54:55 +01:00
2019-03-28 17:20:30 +01:00
3. git log | head -1 (if running from git repo)
2017-12-04 13:54:55 +01:00
2019-04-02 09:29:13 +02:00
4. openssl version used by testssl.sh: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'
2017-12-04 13:54:55 +01:00
2019-04-02 09:29:13 +02:00
5. steps to reproduce: testssl.sh or docker command line, if possible incl. host
2019-03-28 17:20:30 +01:00
2019-04-02 09:29:13 +02:00
6. what exactly was happening, output is needed
2019-03-28 17:20:30 +01:00
2019-04-02 09:29:13 +02:00
7. what did you expect instead?
2017-12-04 13:54:55 +01:00