{% extends "base.html" %} {% block title %}Settings — Finite State Report Kit{% endblock %} {% block content %} {% include "components/_dir_browser.html" %} {% include "components/_scope_dropdowns.html" %}

Settings

Connection
{{ state.domain or '(not set)' }} (from env)
{{ token_display }} (from env)
Operational Defaults
Examples: 4h, 2d, 30m, 1h30m, or bare number (hours)
PNG, SVG, JPG, or WebP. Max 500KB. Leave empty for default logo.
Cache Management
Location {{ cache_info.location }}
API Cache {{ cache_info.api_size_mb }} MB, {{ cache_info.api_entries }} entries{% if cache_info.domain_dbs %} ({{ cache_info.domain_dbs | length }} domain{{ 's' if cache_info.domain_dbs | length != 1 }}){% endif %}
NVD Cache {{ cache_info.nvd_size_mb }} MB, {{ cache_info.nvd_entries }} entries
AI Remediation Cache {{ cache_info.ai_size_mb }} MB, {{ cache_info.ai_entries }} entries
Assessment Defaults
{% set cfg_ft = state.get('finding_types', 'cve') %}
Deployment Context
{{ state.get('deployment_notes', '') | length }}/500
Cancel
{% endblock %} {% block scripts %} {% endblock %}