Add vendor links to -format-shor-text

This commit is contained in:
Kota Kanbe
2017-05-25 18:17:20 +09:00
committed by kota kanbe
parent af66e44427
commit ad096196ee
2 changed files with 7 additions and 2 deletions

View File

@@ -41,8 +41,6 @@ func (w EMailWriter) Write(rs ...models.ScanResult) (err error) {
for _, r := range rs {
if conf.FormatOneEMail {
message += formatFullPlainText(r) + "\r\n\r\n"
// totalResult.KnownCves = append(totalResult.KnownCves, r.KnownCves...)
// totalResult.UnknownCves = append(totalResult.UnknownCves, r.UnknownCves...)
} else {
var subject string
if len(r.Errors) != 0 {