Server-Side Status Filtering for ArmorCode /api/findings
J
Jonathan Burbano
Add support in the ArmorCode integration to pass
filters.status
in the POST body of /api/findings
requests, based on the mapping/selector configuration, instead of applying status filters only client-side in Port. Concretely:
- When a selector filters findings by status (e.g., OPEN,IN_PROGRESS,CONFIRMED,TRIAGE), translate that into afilters.statusarray in the ArmorCode request body.
- Ensure this is applied for all paginated /api/findingscalls.
This will help reduce API calls made against the Armorcode API