{% extends "base.html" %} {% block title %}Violations — vmware-harden{% endblock %} {% block content %}
Partial coverage — this is not a clean bill of health.
{{ coverage_note }}
{# Guarded: coverage can be partial for node reasons alone, and an empty "Rules that were not evaluated (0)" disclosure reads as a broken page. #} {% if coverage.undetermined %}{{ r.rule }} — {{ r.reason }}{{ c.rule }} on {{ c.node }} — missing
{{ c.missing }}No violations among the checks that could be made.
{# Each figure only when it exists. An unmeasured snapshot has neither, and printing "0 of 0 rules were not evaluated" beside a warning banner states a fact where the truth is that nothing is known. #} {% if coverage.undetermined %}{{ coverage.undetermined }} of {{ coverage.total }} rules were not evaluated.
{% endif %} {% if coverage.node_checks_undetermined %}{{ coverage.node_checks_undetermined }} of {{ coverage.node_checks_total }} per-node checks could not be made, across {{ coverage.nodes_affected }} node(s).
{% endif %}See above. Compliance is unknown, not confirmed.
{% else %}No violations.
Either no scans have run, or the estate is compliant against every rule in this baseline.
{% endif %}| Severity | Rule | Node | Baseline | Evidence |
|---|---|---|---|---|
| {{ v.severity|upper }} | {{ v.rule_id }} |
{{ v.node_id }}
{% if v.node_name %}{{ v.node_name }} {% endif %}
|
{{ v.baseline_id }} |