1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Resolve TODOs concerning rule checking.

This commit is contained in:
Sascha L. Teichmann 2023-06-15 14:16:07 +02:00
parent 3e5137dd2f
commit b5d1924d3f

View file

@ -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: