mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-05 19:42:54 +02:00
Make ready for release
* bump version * modify banner and issue template to address #2506 Needed to modify the banner a bit for space reasons. Looks catchier though.
This commit is contained in:
10
.github/ISSUE_TEMPLATE.md
vendored
10
.github/ISSUE_TEMPLATE.md
vendored
@ -1,12 +1,12 @@
|
||||
Please make sure that you provide enough information so that we understand what your issue is about.
|
||||
|
||||
1. uname -a
|
||||
|
||||
2. testssl version from the banner: testssl.sh -b 2>/dev/null | head -4 | tail -2
|
||||
1. ``uname -a``
|
||||
|
||||
3. git log | head -1 (if running from git repo). Important: If in doubt check the git log and/or check whether you run the lastest 3.0 version from the git repo.
|
||||
2. testssl version from the banner: ``testssl.sh -b 2>/dev/null | head -4 | tail -2``
|
||||
|
||||
4. openssl version used by testssl.sh: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'
|
||||
3. ``git log | head -1`` (if running from git repo). Important: If in doubt check the git log and/or check whether you run the lastest 3.0 version from the git repo.
|
||||
|
||||
4. openssl and bash version used by testssl.sh: ``testssl.sh -b 2>/dev/null | grep Using``
|
||||
|
||||
5. steps to reproduce: testssl.sh or docker command line, if possible incl. host
|
||||
|
||||
|
Reference in New Issue
Block a user