-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerssecurityA vulnerability or a security improvementA vulnerability or a security improvement
Description
Currently, there is no proper or fully implemented validation in the project. This can lead to inconsistent or unsafe data being accepted by the API endpoints.
Recommended Actions:
- Review all request DTOs and entities for missing or incomplete validation annotations.
- Implement comprehensive validation for all input fields (e.g., not null, format checks, length constraints, etc.).
- Ensure validation errors are handled gracefully and returned with clear messages to API consumers.
- Add tests to cover various validation scenarios and edge cases.
Proper validation will improve API reliability, data integrity, and security.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerssecurityA vulnerability or a security improvementA vulnerability or a security improvement