🟡 [P1] Upgrade RSA key size to 4096 bits #288

Closed
opened 2026-02-03 22:30:13 +00:00 by jason.woltje · 0 comments
Owner

Summary

Using RSA-2048. NIST recommends RSA-4096 for long-term security.

Location

apps/api/src/federation/federation.service.ts:62-72

Required Fix

Change modulusLength: 2048 to modulusLength: 4096

Priority

HIGH (P1) - Future-proofing

## Summary Using RSA-2048. NIST recommends RSA-4096 for long-term security. ## Location `apps/api/src/federation/federation.service.ts:62-72` ## Required Fix Change `modulusLength: 2048` to `modulusLength: 4096` ## Priority **HIGH (P1)** - Future-proofing
jason.woltje added the securityapiapip1 labels 2026-02-03 22:30:13 +00:00
jason.woltje added this to the M7.1-Remediation (0.0.8) milestone 2026-02-03 22:31:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#288