mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
Update bug_report.md
This commit is contained in:
parent
4e0309cb99
commit
d929c1d833
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -8,15 +8,17 @@ assignees: ''
|
|||||||
---
|
---
|
||||||
<!---
|
<!---
|
||||||
|
|
||||||
_Feel free to remove this line but please stick to the template. We would like to reproduce the bug and therefore need concise information. Depending on the completeness of your information provided we might close your issue otherwise. _
|
_Feel free to remove this line but please stick to the template. We would like to reproduce the bug and therefore need concise information. Depending on the completeness of your information provided we might close your issue otherwise right away. _
|
||||||
-->
|
-->
|
||||||
|
|
||||||
**Before you open an issue please check this repo whether this is a known problem**
|
**Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch**
|
||||||
If in doubt check the git log and/or check whether you run the latest version from the git repo.
|
I am running version ( ``git log | head -1`` / ``testssl.sh -v grep from``)
|
||||||
|
|
||||||
|
**Before you open an issue please whether this is a known problem by searching the issues**
|
||||||
|
Is related to / couldn't find anything
|
||||||
|
|
||||||
**Command line / docker command to reproduce**
|
**Command line / docker command to reproduce**
|
||||||
In addition the target of your scan would be helpful. If you don't want to disclose it publicly: ``grep SWCONTACT testssl.sh``.
|
Which was yoour command line? In addition the target of your scan would be helpful. If you don't want to disclose it publicly: ``grep SWCONTACT testssl.sh``.
|
||||||
|
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
A clear and concise description of what you expected to happen.
|
||||||
@ -24,11 +26,8 @@ A clear and concise description of what you expected to happen.
|
|||||||
|
|
||||||
**Your system (please complete the following information):**
|
**Your system (please complete the following information):**
|
||||||
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
|
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
|
||||||
- Platform: ``uname -srm``
|
- Platform: ``uname -srm``
|
||||||
- Version: ``testssl.sh -b 2>/dev/null | head -4 | tail -2``
|
|
||||||
- Version if running from git repo: ``git log | head -1``
|
|
||||||
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
|
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
|
||||||
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
Loading…
Reference in New Issue
Block a user