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

Break overly long lines. Use defined constants for TLP levels.

This commit is contained in:
Sascha L. Teichmann 2023-06-23 11:40:09 +02:00
parent a02d9c36a7
commit 65536f51a4
2 changed files with 10 additions and 4 deletions

View file

@ -125,7 +125,8 @@ func (ca *rolieLabelChecker) check(
"Unexpected Error %v when trying to fetch: %s", err, advisory)
} else if res.StatusCode == http.StatusOK {
p.badAmberRedPermissions.error(
"Advisory %s of TLP level %v is not properly access protected.", advisory, advisoryLabel)
"Advisory %s of TLP level %v is not properly access protected.",
advisory, advisoryLabel)
}
}