github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/syz-cluster/pkg/report/template.txt (about)

     1  {{.Config.Name}} has tested the following series
     2  
     3  [v{{.Report.Series.Version}}] {{.Report.Series.Title}}
     4  {{.Report.Series.Link}}
     5  {{- range .Report.Series.Patches}}
     6  * {{.Title}}
     7  {{- end}}
     8  
     9  {{- if gt (len .Report.Findings) 1 }}
    10  
    11  and found the following issues:
    12  {{- range .Report.Findings}}
    13  * {{.Title}}
    14  {{- end}}
    15  {{- else }}
    16  
    17  and found the following issue:
    18  {{ (index .Report.Findings 0).Title }}
    19  {{- end }}
    20  
    21  Full report is available here:
    22  {{.Report.Link}}
    23  
    24  {{- range .Report.Findings}}
    25  
    26  ***
    27  
    28  {{.Title}}
    29  
    30  {{if .Build.TreeName -}}
    31  tree:      {{.Build.TreeName}}
    32  {{- end}}
    33  {{- if .Build.TreeURL}}
    34  URL:       {{.Build.TreeURL}}
    35  {{- end}}
    36  base:      {{.Build.BaseCommit}}
    37  {{- if .Build.Arch}}
    38  arch:      {{.Build.Arch}}
    39  {{- end}}
    40  {{- if .Build.Compiler}}
    41  compiler:  {{.Build.Compiler}}
    42  {{- end}}
    43  {{- if .Build.ConfigLink}}
    44  config:    {{.Build.ConfigLink}}
    45  {{- end}}
    46  {{- if .LinkCRepro}}
    47  C repro:   {{.LinkCRepro}}
    48  {{- end}}
    49  {{- if .LinkSyzRepro}}
    50  syz repro: {{.LinkSyzRepro}}
    51  {{- end}}
    52  
    53  {{.Report -}}
    54  {{end}}
    55  
    56  {{- if .Config.CreditEmail}}
    57  
    58  ***
    59  
    60  If these findings have caused you to resend the series or submit a
    61  separate fix, please add the following tag to your commit message:
    62    Tested-by: {{.Config.CreditEmail}} {{- end}}
    63  
    64  ---
    65  This report is generated by a bot. It may contain errors.
    66  {{- if .Config.DocsLink}}
    67  See {{.Config.DocsLink}} for more information about {{.Config.Name}}.
    68  {{- end}}
    69  {{.Config.Name}} engineers can be reached at {{.Config.SupportEmail}}.
    70  
    71  {{- if .Report.Moderation}}
    72  
    73  The email will later be sent to:
    74  {{.Report.Series.Cc}}
    75  
    76  If the report looks fine to you, reply with:
    77  #syz upstream
    78  
    79  If the report is a false positive, reply with
    80  #syz invalid
    81  {{end}}