mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Changes phrasing of output from csaf_checker if security.txt was found (#196)
Co-authored-by: Jan Höfelmeyer <Jan Höfelmeyer jhoefelmeyer@intevation.de>
This commit is contained in:
parent
1a6829c9ea
commit
640ef64df9
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ func (r *securityReporter) report(p *processor, domain *Domain) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if len(p.badSecurity) == 0 {
|
if len(p.badSecurity) == 0 {
|
||||||
req.message(InfoType, "Found good security.txt.")
|
req.message(InfoType, "Found CSAF entry in security.txt.")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
req.Messages = p.badSecurity
|
req.Messages = p.badSecurity
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue