Skip to content

Commit

Permalink
Fix: Poor phrasing corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
JanHoefelmeyer committed Jan 29, 2025
1 parent 02787b2 commit 82a6929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/csaf_checker/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ func (p *processor) checkWellknownSecurityDNS(domain string) error {
p.badSecurity.use()

// Report about Securitytxt:
// Only report about Legacy if default was succesful (0).
// Only report about default location if it was succesful (0).
// Report default and legacy as errors if neither was succesful (1).
// Warn about missing security in the default position if not found
// but found in the legacy location, and inform about finding it there (2).
Expand Down

0 comments on commit 82a6929

Please sign in to comment.