reg/server/templates/vulns.txt
Jess Frazelle 0c96eab540
new template
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-03-21 15:47:47 -07:00

21 lines
487 B
Plaintext

CVE Report for {{.Repo}}:{{.Tag}}
Generated on: {{.Date}}
Vulnerabilities Found: {{len .Vulns}}
{{range $key, $value := .VulnsBySeverity}}
{{$key}}: {{len $value}}
{{end}}
{{if gt .BadVulns 10}}
----------------- ALERT -----------------
{{.BadVulns}} High, Critical, and/or Defcon1 vulnerabilities found
{{end}}
{{range $key, $value := .VulnsBySeverity}}
{{$value.Name}}: [{{$value.Severity}}]
{{$value.Description}}
{{$value.Link}}
-----------------------------------------
{{end}}