We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d54273 commit 43976acCopy full SHA for 43976ac
1 file changed
pkg/notes/document/template.go
@@ -63,6 +63,24 @@ filename | sha512 hash
63
{{- end -}}
64
# Changelog since {{$PreviousRevision}}
65
66
+{{with .CVEList -}}
67
+## Important Security Information
68
+
69
+This release contains changes that address the following vulnerabilities:
70
+{{range .}}
71
+### {{.Title}}
72
73
+{{.Description}}
74
75
+__Rating:__ {{.Rating}} — __Score:__ {{.Score}} — __Published:__ {{.Published}}
76
77
+{{if .LinkedPRs -}}
78
+Pull Requests: {{range .LinkedPRs}}[#{{print .}}](https://github.com/kubernetes/kubernetes/issues/{{print .}}) {{end}}
79
+{{ end -}}
80
81
+{{ end }}
82
+{{- end -}}
83
84
{{with .NotesWithActionRequired -}}
85
## Urgent Upgrade Notes
86
0 commit comments