SAMMY UI is optimized for resolutions with a width 1024px and higher.
V16.5.1
V16.5.1: Verify that a generic message is returned to the consumer when an unexpected or security-sensitive error occurs, ensuring no exposure of sensitive internal system data such as stack traces, queries, secret keys, and tokens.
ASVS Maturity
V16.5.2
V16.5.2: Verify that the application continues to operate securely when external resource access fails, for example, by using patterns such as circuit breakers or graceful degradation.
ASVS Maturity
V16.5.3
V16.5.3: Verify that the application fails gracefully and securely, including when an exception occurs, preventing fail-open conditions such as processing a transaction despite errors resulting from validation logic.
ASVS Maturity
V16.5.4
V16.5.4: Verify that a "last resort" error handler is defined which will catch all unhandled exceptions. This is both to avoid losing error details that must go to log files and to ensure that an error does not take down the entire application process, leading to a loss of availability.
ASVS Maturity