🔒️(backend) avoid information exposure through exception messages

Sanitize error handling to prevent leaking internal details when
invalid or malicious requests are sent to the API.

Return generic error responses to reduce the risk of information
disclosure during probing attempts.
This commit is contained in:
lebaudantoine
2026-03-13 16:32:56 +01:00
committed by aleb_the_flash
parent 73bcb9d598
commit dcb788b57b
4 changed files with 7 additions and 10 deletions
+1
View File
@@ -28,6 +28,7 @@ and this project adheres to
- ♻️(backend) align Application model field with `is_active` convention #1133
- 🔐(backend) avoids revealing the inactive status of an application #1135
- ⚡️(helm) reduce initialDelaySeconds and add periods seconds #1139
- 🔒️(backend) avoid information exposure through exception messages #1144
### Fixed