
The listing of available STIG controls is fairly cluttered due to the fix/check sections. That content comes from the STIG XML and the content is under flux as the RHEL 7 STIG is getting released. This patch removes the fix/check sections in the hopes of linking to the STIG Viewer website soon. It also adds a severity marker to each STIG listing so that readers better understand each control. Change-Id: Ie44c2eaeab2b1faa069468ec5b2c4d63389d47ad
18 lines
458 B
Django/Jinja
18 lines
458 B
Django/Jinja
{% set rule = all_deployer_notes[stig_id] %}
|
|
{% set page_title = rule['title'] | trim + ' (' + rule['id'] + ')'%}
|
|
{{ page_title }}
|
|
{{ "-" * page_title | length }}
|
|
|
|
STIG Description
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
**Severity:** {{ rule['severity'] }}
|
|
|
|
{{ rule['description']['VulnDiscussion'] | addmonospace }}
|
|
|
|
Deployer/Auditor notes
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
**Implementation Status:** {{ rule['deployer_notes']['status'] | title }}
|
|
{{ rule['deployer_notes']['content'] }}
|