Files
testssl.sh/.github/ISSUE_TEMPLATE/bug_report.md
Dirk Wetter 2ea57ec490 typos
2025-12-26 20:28:28 +01:00

1.8 KiB

name, about, title, labels, assignees
name about title labels assignees
Bug report Create a report to help us improve [BUG / possible BUG] bug:to be reproduced,bug:needs triage/confirmation

General remark

It's much appreciated if you spot bugs and file them! Please keep in mind though that you'd need to enable us to reproduce what you encountered. If otherwise we need to play ping-pong this is time we'd otherwise like to spend on the development.

Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch

  • I am running version (git log | head -1 ) from the git repo
  • I am running testssl.sh -v | grep from

Before you open an issue please consult the FAQ and check whether this is a known problem by searching the issues

  • Is related to ...
  • couldn't find anything

Command line to reproduce (or docker command)

Which was your command line? In addition the target of your scan is often needed to reproduce what happened. If you don't want to disclose it publicly: grep SWCONTACT testssl.sh.

Expected behavior

A clear and concise description of what you would expect to happen.

Your system (please complete the following information):

  • OS: awk -F\" '/PRETTY_NAME/ { print $2 }' /etc/os-release
  • Platform: uname -srm
  • OpenSSL + bash: testssl.sh -b 2>/dev/null | grep Using '

Additional context

Any other context about the problem goes here.