Findings¶
Browse every finding stored across projects, at /findings.
What you see¶
- Severity filter — HIGH / MEDIUM / LOW toggles; multiple can be active at once
- Text filter — free-text search across file path, category, description
- Grouped rows — findings grouped by file with an expand/collapse chevron
- Suppressed findings — a separate fold so you can see what's been hidden without cluttering the main list
Finding row¶
Each finding shows:
- Severity badge and category (e.g. "HIGH · IDOR")
- File + line number
- One-line description
- A deep-dive link for HIGH logic-class findings investigated with
--deep
Click a row to expand a code snippet, recommendation, and the rule(s) that matched.
Export¶
The Download button emits a JSON file shaped like foil findings --format json, safe to diff or ingest in other tools.
