UTMStack icon indicating copy to clipboard operation
UTMStack copied to clipboard

[BUG] Front-end validation implementation for character-limited fields (max 512)

Open mjabascal10 opened this issue 1 year ago • 0 comments

When attempting to create an incident response, it allows adding a description with more than 512 characters, triggering a backend validation error upon saving.

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Incidents/ Incident Response Automation' menu
  2. Click on 'Create automation'
  3. Enter a description greater than 512 characters
  4. Save
  5. See error

Expected behavior

"It's necessary to implement frontend validation to restrict descriptions to 512 characters or fewer when creating an incident response."

Screenshots

image

mjabascal10 avatar Apr 23 '24 18:04 mjabascal10