Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
DMedina6 committed Dec 4, 2024
1 parent f425f66 commit 0566be6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/courses/delta/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
```
Expand Down Expand Up @@ -82,5 +82,5 @@ For more information on these commands, refer to the following documentation:
<br>

::: 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.
:::

0 comments on commit 0566be6

Please sign in to comment.