{% extends "base.html" %} {% block title %}Rule Details{% endblock %} {% block content %}
{{ rule.description }}
{{ rule.detection }}
{{ rule.author }}
{{ rule.date }}
{{ rule.status|capitalize }}
No false positives documented.
{% endif %}