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:
|
case 15:
|
||||||
return !p.badROLIEfeed.hasErrors()
|
return !p.badROLIEfeed.hasErrors()
|
||||||
case 16:
|
case 16:
|
||||||
// TODO: Implement me!
|
return !p.badROLIEservice.hasErrors()
|
||||||
return true
|
|
||||||
case 17:
|
case 17:
|
||||||
// TODO: Implement me!
|
return !p.badROLIEcategory.hasErrors()
|
||||||
return true
|
|
||||||
case 18:
|
case 18:
|
||||||
return !p.badIntegrities.hasErrors()
|
return !p.badIntegrities.hasErrors()
|
||||||
case 19:
|
case 19:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue