🛡️ Sentinel: [MEDIUM] Fix sensitive info leak in admin actions #798
+169
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes a security vulnerability where sensitive error details from the email provider (e.g., API keys, network addresses) could be exposed to the client when an invitation email fails to send.
Changes:
src/app/(app)/admin/users/actions.tsto catch errors fromsendInviteEmail.log.errorto log the full error details on the server.src/app/(app)/admin/users/actions-security.test.tsto verify that sensitive info is not leaked.Verification:
pnpm test src/app/(app)/admin/users/actions-security.test.tsto verify the security fix.PR created automatically by Jules for task 7799739746020798984 started by @timothyfroehlich