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

Standardize Output of Severity and Impact to CVSS v3.0 terms #174

Closed Bialogs closed 4 years ago

Bialogs commented 4 years ago

Closes #107

Adds a parameter to impact/severity generating functions to respect the CVSS terms or not, allowing the use of critical when converting to CKL format.

Adds tests for new parameters and InspecUtils#get_impact_string function.