Spelling fixes, added note in system_settings_siri_settings_disable

This commit is contained in:
mahlmanj
2024-09-05 12:24:46 -04:00
parent 3898fb2af2
commit 0eea7ff1e4
7 changed files with 9 additions and 7 deletions

View File

@@ -368,7 +368,7 @@ def generate_scap(all_rules, all_baselines, args):
severity = "unknown"
check_rule = str()
if "inherent" in rule_yaml['tags'] or "n_a" in rule_yaml['tags'] or "permenant" in rule_yaml['tags']:
if "inherent" in rule_yaml['tags'] or "n_a" in rule_yaml['tags'] or "permanent" in rule_yaml['tags']:
check_rule = '''
<check system="http://scap.nist.gov/schema/ocil/2">
<check-content-ref href="ocil.xml"/></check>'''