mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
add badProviderMetadata to rules
This commit is contained in:
parent
d393a42d61
commit
7dc1a6530e
1 changed files with 1 additions and 3 deletions
|
|
@ -169,9 +169,7 @@ func (p *processor) eval(requirement int) bool {
|
|||
case 6:
|
||||
return len(p.redirects) == 0
|
||||
case 7:
|
||||
// TODO: implement me!
|
||||
return true
|
||||
|
||||
return !p.badProviderMetadata.hasErrors()
|
||||
case 8:
|
||||
return !p.badSecurity.hasErrors()
|
||||
case 9:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue