{{/* Copyright 2017 syzkaller project authors. All rights reserved. Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. Page with details about a single bug. */}} Syzkaller Dashboard {{template "header" .Header}} [{{.Bug.Namespace}}] {{.Bug.Title}}
Status: {{if .Bug.ExternalLink}}{{.Bug.Status}}{{else}}{{.Bug.Status}}{{end}}
{{if .Bug.Commits}} Commits: {{.Bug.Commits}}
Patched on: {{.Bug.PatchedOn}}, missing on: {{.Bug.MissingOn}}
{{end}} First: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}

{{template "bug_list" .DupOf}} {{template "bug_list" .Dups}} {{template "bug_list" .Similar}} {{range $c := $.Crashes}} {{end}}
Crashes ({{.Bug.NumCrashes}}):
Manager Time Kernel Commit Syzkaller Config Log Report Syz repro C repro Maintainers
{{$c.Manager}} {{formatTime $c.Time}} {{$c.KernelRepo}}/{{$c.KernelBranch}} {{$c.KernelCommit}} {{$c.SyzkallerCommit}} .config {{if $c.LogLink}}log{{end}} {{if $c.ReportLink}}report{{end}} {{if $c.ReproSyzLink}}syz{{end}} {{if $c.ReproCLink}}C{{end}} {{$c.Maintainers}}