mitre / inspec_tools

A command-line and ruby API of utilities, converters and tools for creating, converting and processing security baseline formats, results and data
https://inspec-tools.mitre.org/
Other
91 stars 30 forks source link

Round compliance score down #146

Closed ljkimmel closed 4 years ago

ljkimmel commented 4 years ago

Currently the compliance score is rounded, based on standard rules, (round) to the nearest 1 percent. It seems to be that, when talking about numbers in this way we should always round down (floor). It also provides a more conservative score.