Last 24 hours
Total events: {{ stats.total }}
By action
{% for action, count in stats.actions.items() %}
- {{ action }}: {{ count }}
{% else %}
- No events yet.
{% endfor %}
Top detectors
{% for detector, count in stats.detectors.items() %}
- {{ detector }}: {{ count }}
{% else %}
- No detector hits yet.
{% endfor %}
Runtime
- Active taint sessions: {{ active_sessions }}
- Config version: {{ version }}