Kind error message when SSH connection fails

This commit is contained in:
Kota Kanbe
2017-06-04 11:18:52 +09:00
committed by kota kanbe
parent 63394a2400
commit 997dd6022f
2 changed files with 1 additions and 9 deletions

View File

@@ -808,33 +808,28 @@ const mdTemplate = `
CVSS Scores
--------------
{{range .Cvsses -}}
* {{.Value.Format}} ({{.Type}})
{{end}}
Summary
--------------
{{.Summary }}
Links
--------------
{{range $link := .Links -}}
* {{$link}}
{{end}}
CWE
--------------
{{range .Cwes -}}
* {{.Value}} ({{.Type}})
{{end}}
Package/CPE
--------------
{{range $pack := .Packages -}}
* {{$pack}}
{{end -}}
@@ -844,13 +839,11 @@ Package/CPE
Confidence
--------------
{{.Confidence }}
References
--------------
{{range .References -}}
* [{{.Source}}]( {{.Link}} )
{{end}}