{{% 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 -%}} {{% for srgid, srg in srgs.items() %}} {{% set rules = rules_by_srgid[srgid] %}} {{% if rules %}} {{% for rule in rules %}} {{% if rule.identifiers["cce"] %}} {{% else %}} {{% endif %}} {{% endfor %}} {{% else %}} {{% endif %}} {{% endfor %}}
CCI SRGID STIGID SRG Requirement Requirement SRG VulnDiscussion VulnDiscussion Status SRG Check Check SRG Fix Fix Severity Mitigation Artifact Description Status Justification
{{{ srg["cci"] }}} {{{ srgid }}} TBD - Assigned by DISA after STIG release {{{ srg["title"] }}}{{{ rule.identifiers["cce"] }}}: {{{ rule.title }}}{{{ rule.title }}}{{{ 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"] }}}
{{% endblock %}}