Actions
Epic #21
openImproper Input Validation
Start date:
01/05/2026
Due date:
% Done:
66%
Estimated time:
(Total: 0:00 h)
Work Type:
Platform
Technical Area:
Release Narrative:
Description
Objective:
Ensure all user inputs are validated consistently at both Frontend (user experience & early feedback) and Backend (security & data integrity) layers to prevent invalid, malformed, or malicious data from entering the system.
Covers:
1. Data Type Validation Using Native Framework Validators
2. JSON & XML Schema Validation
3. Min/Max Range and Length Validation
4. Allowed Values (Whitelist) Validation
Actions