{{% set title = "SRGs from General Purpose Operating System Security Requirements Guide Mapped to DISA STIG for " ~ full_name -%}} {{% extends "tables_template_common.html" %}} {{% block table -%}}
CCI | SRGID | STIGID | SRG Requirement | Requirement | SRG VulnDiscussion | VulnDiscussion | Status | SRG Check | Check | SRG Fix | Fix | Severity | Mitigation | Artifact Description | Status Justification | {{% for srgid, srg in srgs.items() %}} {{% set rules = rules_by_srgid[srgid] %}} {{% if rules %}} {{% for rule in rules %}}|
{{{ srg["cci"] }}} | {{{ srgid }}} | TBD - Assigned by DISA after STIG release | {{{ srg["title"] }}} | {{% if rule.identifiers["cce"] %}}{{{ rule.identifiers["cce"] }}}: {{{ rule.title }}} | {{% else %}}{{{ rule.title }}} | {{% endif %}}{{{ srg["vuln_discussion"] }}} | {{{ rule.description }}} | Applicable - Configurable | {{{ srg["check"] }}} | {{{ rule.ocil }}} Is it the case that {{{ rule.ocil_clause }}}? | {{{ srg["fixtext"] }}} | {{{ rule.description }}} | {{{ rule.severity }}} | |||
{{{ srg["first_ident"] }}} | {{{ srgid }}} | TBD - Assigned by DISA after STIG release | {{{ srg["title"] }}} | {{{ srg["vuln_discussion"] }}} |