2020-11-25 21:07:54 +01:00
---
name: Bug report
about: Create a report to help us improve
title: "[BUG / possible BUG]"
labels: ''
assignees: ''
---
2021-09-10 18:33:39 +02:00
<!-- -
2020-11-25 21:07:54 +01:00
2022-08-01 14:14:11 +02:00
_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. _
2021-09-10 18:33:39 +02:00
-->
2020-11-25 21:19:26 +01:00
2022-08-01 14:14:11 +02:00
**Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch**
2022-08-01 14:15:42 +02:00
I am running version ( ``git log | head -1`` / ``testssl.sh -v | grep from``)
2020-11-25 21:07:54 +01:00
2022-08-01 14:14:11 +02:00
**Before you open an issue please whether this is a known problem by searching the issues**
Is related to / couldn't find anything
2020-11-25 21:19:26 +01:00
2022-08-01 14:14:11 +02:00
**Command line / docker command to reproduce**
2022-10-19 14:06:26 +02:00
Which was your 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``.
2020-11-25 21:07:54 +01:00
**Expected behavior**
A clear and concise description of what you expected to happen.
2020-11-25 21:19:26 +01:00
2020-11-25 21:07:54 +01:00
**Your system (please complete the following information):**
- OS: ``awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release``
2022-08-01 14:14:11 +02:00
- Platform: ``uname -srm``
2020-11-25 21:07:54 +01:00
- OpenSSL: ``testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'``
2021-09-03 23:32:24 +02:00
2020-11-25 21:07:54 +01:00
**Additional context**
Add any other context about the problem here.