()
| 6872 | <td class="px-2 py-1 font-mono text-gray-300" title="${escapeHtml(s.ja4_r || '')}">${escapeHtml(s.ja4 || '—')}</td> |
| 6873 | <td class="px-2 py-1 text-gray-400">${escapeHtml(neg)}</td> |
| 6874 | </tr>`; |
| 6875 | (s.findings || []).forEach(f => { |
| 6876 | html += `<tr class="border-0"><td></td><td colspan="5" class="px-2 pb-1 text-xs ${_TLS_SEV_COLOR[f.severity] || 'text-gray-400'}">└ ${escapeHtml(f.severity)} ${escapeHtml(f.code)}: ${escapeHtml(f.message)}</td></tr>`; |
| 6877 | }); |
| 6878 | }); |
| 6879 | html += '</tbody></table>'; |
no outgoing calls
no test coverage detected