{% extends "components/_cc_shell.html" %} {% block title %}fs-report · Settings{% endblock %} {% block head %} {% endblock %} {% block content %} {% set cfg_ft = state.get('finding_types', 'cve') %} {# Normalize tokens so a hand-edited "cve, sast" (with spaces) still matches the checkboxes and persists cleanly. #} {% set cfg_ft_set = cfg_ft.split(',') | map('trim') | reject('equalto', '') | list %}