You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
Please make sure that you provide enough information so that we understand what your issue is about.
2
2
3
-
1. uname -a
4
-
5
-
2. testssl version from the banner: testssl.sh -b 2>/dev/null | head -4 | tail -2
3
+
1.``uname -a``
6
4
7
-
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.
5
+
2. testssl version from the banner: ``testssl.sh -b 2>/dev/null | head -4 | tail -2``
8
6
9
-
4. openssl version used by testssl.sh: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'
7
+
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.
8
+
9
+
4. openssl and bash version used by testssl.sh: ``testssl.sh -b 2>/dev/null | grep Using``
10
10
11
11
5. steps to reproduce: testssl.sh or docker command line, if possible incl. host
0 commit comments