When a user adds a comment or a justification they can write as many characters as they like. This can result in huge row sizes for the vuln event table. To avoid this (Malicious) action from happening we should add a character limit to the input field (and display it to the user).
Of course we can then expand this logic to any other user input field such as the Org, Project, Asset ... Name.
(maybe we could also add a sanity or backup check to the backend, maybe even in the database itself).

When a user adds a comment or a justification they can write as many characters as they like. This can result in huge row sizes for the vuln event table. To avoid this (Malicious) action from happening we should add a character limit to the input field (and display it to the user).
Of course we can then expand this logic to any other user input field such as the Org, Project, Asset ... Name.
(maybe we could also add a sanity or backup check to the backend, maybe even in the database itself).