-
Tim Rice authored
The premium-tier SCA gap-fill probe was crashing on every assessment with AttributeError: 'Response' object has no attribute 'status_code', which meant no SCA evidence ever made it into the verdict bundle. The probe used the requests library's .status_code / .content names against a SafeClient.Response, which only exposes .status / .body / .text. Switched to the SafeClient API.
6add941d