Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Input Validation in 'Inregistreaza caz nou' Leads to Internal Server Error #276

Open
andrei-manda opened this issue Nov 12, 2024 · 0 comments · May be fixed by #340
Open

Missing Input Validation in 'Inregistreaza caz nou' Leads to Internal Server Error #276

andrei-manda opened this issue Nov 12, 2024 · 0 comments · May be fixed by #340
Labels
bug 🐛 Something isn't working

Comments

@andrei-manda
Copy link

andrei-manda commented Nov 12, 2024

Description

Some inputs lack of proper validation, which can cause BE errors with a 500 status.

For example, in step two of 'Inregistreaza caz nou' module, the "Adresă domiciliu legal" input allows users to enter addresses that are 256 characters or longer, and when the form is submitted the BE returns an Internal Server Error.

If the user closes the error modal, edits the form, and resends it, the system will display the same Internal Server Error message.

However, each time the "Creare" button is clicked, a new entry is added to the Cases List.

Observation

The newly added entry does not include the address that was entered.

image

@andrei-manda andrei-manda added the bug 🐛 Something isn't working label Nov 12, 2024
@alexPopaCode4 alexPopaCode4 linked a pull request Nov 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant