-
Notifications
You must be signed in to change notification settings - Fork 11
Validaciones server-side para entradas criticas #43
Copy link
Copy link
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendBackend API and server workBackend API and server workcomplexity:medium150 points - standard feature touching multiple areas150 points - standard feature touching multiple areassecuritySecurity and hardeningSecurity and hardening
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendBackend API and server workBackend API and server workcomplexity:medium150 points - standard feature touching multiple areas150 points - standard feature touching multiple areassecuritySecurity and hardeningSecurity and hardening
Why this matters
Rejecting malformed input early keeps the scoring and lending flow safer.
Problem
The API currently depends too much on caller correctness for critical inputs.
Scope
Implementation guidance
api/calculate-score.js,api/evaluate-and-mint.js,api/get-available-credit.js, andapi/get-user-data.js.Out of scope
Acceptance criteria
Validation
npm run devand trigger an invalid request.npm run buildbefore opening the PR.PR requirements
Closes #43.Complexity