DNNCommunity / DNNCommunity/Dnn.StructuredContent
We need to not throw back details of general exceptions to the frontend.
Open
enhancement
- Dominant language
- C#
- Stars
- 12
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the bug
Currently most Web APIs catch `Exception` and throws the details back in the frontend.
It is best practice to give a more generic message on general exceptions because we don't know what failed and it could expose sensitive information.
Contributor guide
Assessment
This issue has not been assessed yet.