<.breadcrumbs id="explore-breadcrumb"> <:crumb navigate={~p"/"}>registry <:crumb>explore

Explore

Reports, Checks, registrations, and discussion as they hit the record.

{@watcher_count} watching
{ledger_time(entry.at)} registered <.link navigate={wire_entry_path(entry)} class="transition hover:text-ink hover:underline" >{entry.host}/{entry.owner}/{entry.name} <.handle_link handle={entry.handle} class="font-semibold" /> reported on <.link navigate={wire_entry_path(entry)} class="transition hover:text-ink hover:underline" >{entry.owner}/{entry.name} {String.downcase(provenance_label(entry.provenance))} · {String.slice( entry.commit_sha, 0, 7 )} <.handle_link handle={entry.handle} class="font-semibold" /> {entry.verdict} a finding on <.link navigate={wire_entry_path(entry)} class="transition hover:text-ink hover:underline" >{entry.owner}/{entry.name} <.handle_link handle={entry.handle} class="font-semibold" /> commented on <.link navigate={wire_entry_path(entry)} class="transition hover:text-ink hover:underline" >{entry.finding_title || "a finding"} in {entry.owner}/{entry.name} {entry.language} · ★ {compact_stars( entry.stars_count )} <.link :if={entry.kind == :scan} navigate={wire_entry_path(entry)}> <.notch_badge :if={entry.findings_count == 0 and entry.review_kind == "code_review"} class="text-ink-muted" > No findings reported <.notch_badge :if={entry.findings_count == 0 and entry.review_kind != "code_review"} class="text-ink-muted" > Reported <.notch_badge :if={entry.findings_count > 0} class="text-signal"> {entry.findings_count} {if entry.findings_count == 1, do: "finding", else: "findings"} <.link :if={entry.kind == :verdict} navigate={wire_entry_path(entry)}> <.notch_badge :if={entry.verdict == "confirmed" and entry.scan_verified} class="bg-ink text-ground" > Verified <.notch_badge :if={entry.verdict == "disputed"} class="text-signal"> Disputed