Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: server info leakage through errors #93

Merged
merged 2 commits into from
May 5, 2024

Conversation

caproven
Copy link
Collaborator

@caproven caproven commented May 4, 2024

Hides internal server errors (such as db failures) from clients. Errors in such cases are replaced with a generic "internal server error" message.

Closes #92

@caproven caproven merged commit bc438e5 into sassoftware:main May 5, 2024
3 checks passed
@caproven caproven deleted the fix/db-info-exposure branch May 5, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DB connection info leaked through error responses
2 participants