mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
describe the value ranges of impact
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
49f233f2b6
commit
a7771a4ebc
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@ where
|
|||
|
||||
* `'sshd-8'` is the name of the control
|
||||
* `impact`, `title`, and `desc` define metadata that fully describes the importance of the control, its purpose, with a succinct and complete description
|
||||
* `impact` is an float that measures the importance of the compliance results and must be a value between `0.0` and `1.0`.
|
||||
* `impact` is an float that measures the importance of the compliance results and must be a value between `0.0` and `1.0`. The value ranges are:
|
||||
* `0.0 to <0.4` these are controls with minor criticality
|
||||
* `0.4 to <0.7` these are controls with major criticality
|
||||
* `0.7 to 1.0` these are critical controls
|
||||
* `tag` is optional meta-information with with key or key-value pairs
|
||||
* `ref` is a reference to an external document
|
||||
* `describe` is a block that contains at least one test. A `control` block must contain at least one `describe` block, but may contain as many as required
|
||||
|
|
Loading…
Reference in a new issue