mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
updated low
to align with CVSS 3.0
Signed-off-by: Aaron Lippold <lippold@gmail.com>
This commit is contained in:
parent
3defc93670
commit
6d452540d0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
module Inspec::Impact
|
||||
IMPACT_SCORES = {
|
||||
'none' => 0.0,
|
||||
'low' => 0.01,
|
||||
'low' => 0.1,
|
||||
'medium' => 0.4,
|
||||
'high' => 0.7,
|
||||
'critical' => 0.9,
|
||||
|
|
Loading…
Add table
Reference in a new issue