{% extends "base.html" %} {% block content %}

STIG catalog

netguard ships with the DISA Cisco quarterly bundle pre-ingested. Drop in a newer quarterly zip and netguard will re-extract, re-parse, and rebuild the catalog cache in place.

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}

Current catalog

{% if catalog_loaded %}
{{ catalog_total }}
STIG rules across {{ catalog_products|length }} product families
{% for p in catalog_products %}{{ p }}{% endfor %}
Source: {{ catalog_path }}
{% else %}

No catalog loaded.

{% endif %}
The archive is extracted under ./stigs/ and the catalog cache is rebuilt from every *-xccdf.xml file found.
Existing files with the same path are overwritten.
{% endblock %}