1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Update cmd/csaf_checker/processor.go

Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com>
This commit is contained in:
Sascha L. Teichmann 2023-11-20 21:53:51 +01:00 committed by GitHub
parent e27d64e42c
commit 3935d9aa7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1274,7 +1274,7 @@ func (p *processor) checkSecurity(domain string) string {
break
}
// Show which security.txt caused this message
lmsg := folder + "security.txt:" + msg
lmsg := folder + "security.txt: " + msg
msgs = append(msgs, lmsg)
}
return strings.Join(msgs, "; ")