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

Merge pull request #611 from gocsaf/label-type

Fix typo in error message
This commit is contained in:
Christoph Klassen 2025-01-23 12:11:51 +01:00 committed by GitHub
commit 93c1a0b185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,7 +178,7 @@ func (r *tlpAmberRedReporter) report(p *processor, domain *Domain) {
return return
} }
if len(p.badAmberRedPermissions) == 0 { 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 return
} }
req.Messages = p.badAmberRedPermissions req.Messages = p.badAmberRedPermissions