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