0 votes
in Threat Modeling by
Which of the following statements is NOT true regarding error handling and Logging?

a) Never rely on the operating system, database, or hardware to handle errors

b) Your application’s code  should always include its own error handler.

c) All errors generated by internal components such as system calls, database queries, and other internal functions, should be handled by application’s exception handler

d) Never implement a generic error page

e) All the statements are true

1 Answer

0 votes
by

Correct Answer is d) Never implement a generic error page

Related questions

0 votes
asked Mar 18, 2021 in Threat Modeling by sharadyadav1986
0 votes
asked Mar 17, 2021 in Threat Modeling by sharadyadav1986
...