mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
improve error message for requirement 9 (#243)
* Improve phrasing to be more clear about that the test was not performed if we had found not provider-metadata.json.
This commit is contained in:
parent
7965917168
commit
a84afa35cd
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ func (r *securityReporter) report(p *processor, domain *Domain) {
|
|||
func (r *wellknownMetadataReporter) report(p *processor, domain *Domain) {
|
||||
req := r.requirement(domain)
|
||||
if !p.badWellknownMetadata.used() {
|
||||
req.message(InfoType, "No check if provider-metadata.json is under /.well-known/csaf/ was done.")
|
||||
req.message(InfoType, "Since no valid provider-metadata.json was found, no extended check was performed.")
|
||||
return
|
||||
}
|
||||
if len(p.badWellknownMetadata) == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue