mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Resolve TODOs concerning rule checking.
This commit is contained in:
parent
3e5137dd2f
commit
b5d1924d3f
1 changed files with 3 additions and 4 deletions
|
|
@ -182,11 +182,10 @@ func (p *processor) eval(requirement int) bool {
|
|||
case 15:
|
||||
return !p.badROLIEfeed.hasErrors()
|
||||
case 16:
|
||||
// TODO: Implement me!
|
||||
return true
|
||||
return !p.badROLIEservice.hasErrors()
|
||||
case 17:
|
||||
// TODO: Implement me!
|
||||
return true
|
||||
return !p.badROLIEcategory.hasErrors()
|
||||
|
||||
case 18:
|
||||
return !p.badIntegrities.hasErrors()
|
||||
case 19:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue