🔴 [P0] Prevent encryption key exposure via logging #280
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Encryption key validation errors might log the key through generic error handlers.
Location
apps/api/src/federation/crypto.service.ts:17-30Security Impact
Required Fix
Validate key without exposing it in error messages.
Priority
CRITICAL (P0) - Secrets exposure