Open turbolent opened 5 days ago
Make it easy to identify internal errors, so it is easier for contributors to get alerted and security researchers to report.
Prefix all error messages for internal errors with the prefix internal error: and ensure user error messages do not have this prefix.
internal error:
Issue to be solved
Make it easy to identify internal errors, so it is easier for contributors to get alerted and security researchers to report.
Suggested Solution
Prefix all error messages for internal errors with the prefix
internal error:
and ensure user error messages do not have this prefix.