diff --git a/src/courses/delta/03.md b/src/courses/delta/03.md index 29f377319..430a07fd0 100644 --- a/src/courses/delta/03.md +++ b/src/courses/delta/03.md @@ -19,11 +19,11 @@ Inspec profile file: JSON formatted file containing profile summary, used as inp ### 3.2 Update Controls for Delta -The `update_controls4delta` process is used to prepare profile controls from one [SRG](#glossary-of-terms) or [STIG](#glossary-of-terms) baseline to another. The controls are updated based on guidance based on guidance provided by the appropriate Extendible Configuration Checklist Description Format ([XCCDF](#glossary-of-terms)). +The `update_controls4delta` process is used to prepare profile controls from one [SRG](./02.md#glossary-of-terms) or [STIG](./#glossary-of-terms) baseline to another. The controls are updated based on guidance based on guidance provided by the appropriate Extendible Configuration Checklist Description Format ([XCCDF](./02#glossary-of-terms)). update_controls4delta specifically updates existing controls within an inspec profile repository. -The `update_controls4delta` process may be the only command needed to facilitate changes to Inspec profile baselines (delta process), refer to [use cases for running delta](./03.html#use-cases-for-running-delta). +The `update_controls4delta` process may be the only command needed to facilitate changes to Inspec profile baselines (delta process), refer to [use cases for running delta](./04.html#use-cases-for-running-delta). The process of preparing controls from one baseline to another (baseline X to Y) consists of: @@ -32,7 +32,7 @@ The process of preparing controls from one baseline to another (baseline X to Y) a - The json file is generated using the [inspec or cinc-auditor] json CLI command 3. A XCCDF file containing the new baseline Y guidance is provided. The file is obtained from the appropriate site. a - The baseline Y XCCDF lists all controls appropriate for the provided baseline. It also includes (most often) a field (legacy) where it indicates the control's previous name(s). The process uses this field to map old control names to the new controls. - b - If there is no mapping found, then the `delta` process must be invoked to convert the baselines ([see use cases](./03.html#use-cases-for-running-delta)) + b - If there is no mapping found, then the `delta` process must be invoked to convert the baselines ([see use cases](./04.html#use-cases-for-running-delta)) You can invoke the command as such: ``` @@ -82,5 +82,5 @@ For more information on these commands, refer to the following documentation:
::: warning Delta Process Limitations -This process has been tested using DISA XCCDF STIG Benchmark Guidances only. +The Delta process has been tested using DISA XCCDF STIG Benchmark Guidances only. :::