-
Notifications
You must be signed in to change notification settings - Fork 73
[SCF high][easy] Add request limits to public readiness endpoints #237
Copy link
Copy link
Closed
Labels
SCF 7.0Issues that strengthen the SCF 7.0 resubmission packageIssues that strengthen the SCF 7.0 resubmission packageStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programpriority: highHigh-impact work for SCF, investor readiness, or launch confidenceHigh-impact work for SCF, investor readiness, or launch confidencesecuritySecurity, audit, and responsible disclosure workSecurity, audit, and responsible disclosure work
Description
Activity
Metadata
Metadata
Assignees
Labels
SCF 7.0Issues that strengthen the SCF 7.0 resubmission packageIssues that strengthen the SCF 7.0 resubmission packageStellar WaveIssues in the Stellar wave programIssues in the Stellar wave programpriority: highHigh-impact work for SCF, investor readiness, or launch confidenceHigh-impact work for SCF, investor readiness, or launch confidencesecuritySecurity, audit, and responsible disclosure workSecurity, audit, and responsible disclosure work
Goal\nProtect public coordinator and resolver diagnostics from oversized or repeated requests.\n\n## Acceptance criteria\n- Enforce a small request-size limit.\n- Return stable 413 and 429 responses.\n- Add limit and normal-request tests.\n\n## Complexity\nHigh - small implementation, high reliability value.