UI
🐞 Fixed
- Default muted filter now applied consistently on the findings page and the finding-group resource drill-down, keeping muted findings hidden unless the "include muted findings" checkbox is opted in (#10818)
API
🔄 Changed
- Finding groups
/resourcesendpoints now materialize the filtered finding IDs into a Python list before filteringResourceFindingMapping(#10816)
🐞 Fixed
/finding-groups/latest/<check_id>/resourcesnow selects the latest completed scan per provider by-completed_at(then-inserted_at) instead of-inserted_at, matching the/finding-groups/latestsummary path and the daily-summary upsert so overlapping scans no longer produce divergingdelta/new_countbetween the two endpoints (#10802)