API must use a circuit breaker pattern to handle failures and timeouts.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-274835 | SRG-APP-000945-API-001635 | SV-274835r1143875_rule | CCI-004992 | medium |
| Description | ||||
| A circuit breaker pattern is essential in APIs to prevent cascading failures and improve system resilience. It monitors API calls and temporarily blocks requests when failures reach a threshold, allowing the system to recover before retrying. | ||||
| STIG | Date | |||
| Application Programming Interface (API) Security Requirements Guide | 2025-09-24 | |||
Details
Check Text (C-274835r1143875_chk)
Verify the API uses a circuit breaker pattern to handle failures and timeouts.
Review the API documentation or the system's architecture documentation. The pattern might be explicitly mentioned as part of the API's design to handle failures and timeouts.
If a circuit breaker pattern is not being used, this a finding.
Fix Text (F-78841r1143316_fix)
Configure the API to use a circuit breaker pattern to handle failures and timeouts.