Unreachable FaultRule

Severity
Medium
Applies to
Target Proxy
Links
CWE-561

Why This Issue Is Important

Having unreachable Fault Rule in the proxy introduces dead code and unnecessary complexity, which makes maintenance harder and creates confusion for future development. Moreover, the unreachable Fault Rule can lead to exposure of system information and errors to proxy consumer.

How This Issue Is Detected

This issue is detected by examining the Fault Rules within an endpoint.

How to Fix the Issue

Ensure that each Fault Rule either has a distinct condition or remove the redundant Fault Rules.