Skip to content

Attach request validation middleware globally #449

@hman38705

Description

@hman38705

Issue 004: Attach request validation middleware globally

Area: Backend
Priority: High
Files: services/api/src/main.rs, services/api/src/validation.rs

Problem

Query and path validation middleware is defined but not applied to all route groups. Suspicious payloads can reach handlers unfiltered.

Acceptance Criteria

  • Suspicious query/path payloads are rejected with 400\n- Safe traffic is unaffected\n- Integration tests cover blocked and allowed cases\n- Validation rules are documented

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions