HardenedBSD/contrib/libfido2/.github/ISSUE_TEMPLATE/bug_report.md
Ed Maste 60a517b66a libfido2: update to 1.14.0
Sponsored by:	The FreeBSD Foundation
2024-05-04 12:51:08 -04:00

1.4 KiB

name labels about
Bug report bug report Report a bug in libfido2

What version of libfido2 are you using?

What operating system are you running?

What application are you using in conjunction with libfido2?

How does the problem manifest itself?

Is the problem reproducible?

What are the steps that lead to the problem?

Does the problem happen with different authenticators?

Please include the output of fido2-token -L.

fido2-token -L
$ fido2-token -L

Please include the output of fido2-token -I.

fido2-token -I
$ fido2-token -I <device>

Please include the output of FIDO_DEBUG=1.

FIDO_DEBUG=1
$ export FIDO_DEBUG=1
$ <command1>
$ <command2>
(...)
$ <commandn>