xref: /freebsd/contrib/libfido2/.github/ISSUE_TEMPLATE/bug_report.md (revision 60a517b66a69b8c011b04063ef63a938738719bd)
1*60a517b6SEd Maste---
2*60a517b6SEd Mastename: Bug report
3*60a517b6SEd Mastelabels: 'bug report'
4*60a517b6SEd Masteabout: Report a bug in libfido2
5*60a517b6SEd Maste
6*60a517b6SEd Maste---
7*60a517b6SEd Maste
8*60a517b6SEd Maste<!--
9*60a517b6SEd Maste
10*60a517b6SEd MastePlease use the questions below as a template, and review your answers
11*60a517b6SEd Mastefor potentially sensitive information.
12*60a517b6SEd Maste
13*60a517b6SEd MasteThank you!
14*60a517b6SEd Maste
15*60a517b6SEd Maste-->
16*60a517b6SEd Maste
17*60a517b6SEd Maste**What version of libfido2 are you using?**
18*60a517b6SEd Maste
19*60a517b6SEd Maste**What operating system are you running?**
20*60a517b6SEd Maste
21*60a517b6SEd Maste**What application are you using in conjunction with libfido2?**
22*60a517b6SEd Maste
23*60a517b6SEd Maste**How does the problem manifest itself?**
24*60a517b6SEd Maste
25*60a517b6SEd Maste**Is the problem reproducible?**
26*60a517b6SEd Maste
27*60a517b6SEd Maste**What are the steps that lead to the problem?**
28*60a517b6SEd Maste
29*60a517b6SEd Maste**Does the problem happen with different authenticators?**
30*60a517b6SEd Maste
31*60a517b6SEd Maste<!--
32*60a517b6SEd Maste
33*60a517b6SEd Mastefido2-token is provided by the fido2-tools package on Debian and Ubuntu,
34*60a517b6SEd Masteand shipped with libfido2 in macOS (Homebrew), Arch Linux, and Windows.
35*60a517b6SEd Maste
36*60a517b6SEd Maste-->
37*60a517b6SEd Maste
38*60a517b6SEd Maste**Please include the output of `fido2-token -L`.**
39*60a517b6SEd Maste
40*60a517b6SEd Maste<details>
41*60a517b6SEd Maste<summary><code>fido2-token -L</code></summary>
42*60a517b6SEd Maste<br>
43*60a517b6SEd Maste<pre>
44*60a517b6SEd Maste$ fido2-token -L
45*60a517b6SEd Maste
46*60a517b6SEd Maste</pre>
47*60a517b6SEd Maste</details>
48*60a517b6SEd Maste
49*60a517b6SEd Maste**Please include the output of `fido2-token -I`.**
50*60a517b6SEd Maste
51*60a517b6SEd Maste<details>
52*60a517b6SEd Maste<summary><code>fido2-token -I</code></summary>
53*60a517b6SEd Maste<br>
54*60a517b6SEd Maste<pre>
55*60a517b6SEd Maste$ fido2-token -I &lt;device&gt;
56*60a517b6SEd Maste
57*60a517b6SEd Maste</pre>
58*60a517b6SEd Maste</details>
59*60a517b6SEd Maste
60*60a517b6SEd Maste<!--
61*60a517b6SEd Maste
62*60a517b6SEd MasteYou are strongly encouraged to only capture debug output using test
63*60a517b6SEd Mastecredentials. Failure to do so can disclose sensitive information.
64*60a517b6SEd Maste
65*60a517b6SEd Maste-->
66*60a517b6SEd Maste
67*60a517b6SEd Maste**Please include the output of `FIDO_DEBUG=1`.**
68*60a517b6SEd Maste
69*60a517b6SEd Maste<details>
70*60a517b6SEd Maste<summary><code>FIDO_DEBUG=1</code></summary>
71*60a517b6SEd Maste<br>
72*60a517b6SEd Maste<pre>
73*60a517b6SEd Maste$ export FIDO_DEBUG=1
74*60a517b6SEd Maste$ &lt;command1&gt;
75*60a517b6SEd Maste$ &lt;command2&gt;
76*60a517b6SEd Maste(...)
77*60a517b6SEd Maste$ &lt;commandn&gt;
78*60a517b6SEd Maste
79*60a517b6SEd Maste</pre>
80*60a517b6SEd Maste</details>
81