github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/pkg/manager/html/corpus.html (about) 1 {{/* 2 Copyright 2024 syzkaller project authors. All rights reserved. 3 Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 4 */}} 5 6 <table class="list_table"> 7 <caption>Corpus{{if $.Call}} for {{$.Call}}{{end}}:</caption> 8 <thead> 9 <tr> 10 <th>Coverage</th> 11 <th>Program</th> 12 </tr> 13 </thead> 14 <tbody> 15 {{range $inp := $.Inputs}} 16 <tr> 17 <td> 18 <a href='/cover?input={{$inp.Sig}}'>{{$inp.Cover}}</a> 19 {{if $.RawCover}} 20 / <a href="/debuginput?sig={{$inp.Sig}}">[raw]</a> 21 {{end}} 22 </td> 23 <td><a href="/input?sig={{$inp.Sig}}">{{$inp.Short}}</a></td> 24 </tr> 25 {{end}} 26 </tbody> 27 </table>