Skip to content

Commit

Permalink
Merge pull request #611 from gocsaf/label-type
Browse files Browse the repository at this point in the history
Fix typo in error message
  • Loading branch information
cintek authored Jan 23, 2025
2 parents 5907a39 + 028f468 commit 93c1a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/csaf_checker/reporters.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (r *tlpAmberRedReporter) report(p *processor, domain *Domain) {
return
}
if len(p.badAmberRedPermissions) == 0 {
req.message(InfoType, "All tested advisories labeled TLP:WHITE or TLP:RED were access-protected.")
req.message(InfoType, "All tested advisories labeled TLP:AMBER or TLP:RED were access-protected.")
return
}
req.Messages = p.badAmberRedPermissions
Expand Down

0 comments on commit 93c1a0b

Please sign in to comment.