mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Update cmd/csaf_checker/processor.go
Co-authored-by: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com>
This commit is contained in:
parent
e27d64e42c
commit
3935d9aa7a
1 changed files with 1 additions and 1 deletions
|
|
@ -1274,7 +1274,7 @@ func (p *processor) checkSecurity(domain string) string {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
// Show which security.txt caused this message
|
// Show which security.txt caused this message
|
||||||
lmsg := folder + "security.txt:" + msg
|
lmsg := folder + "security.txt: " + msg
|
||||||
msgs = append(msgs, lmsg)
|
msgs = append(msgs, lmsg)
|
||||||
}
|
}
|
||||||
return strings.Join(msgs, "; ")
|
return strings.Join(msgs, "; ")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue