utmstack / UTMStack

Customizable SIEM and XDR powered by Real-Time correlation and Threat Intelligence
https://utmstack.com
GNU Affero General Public License v3.0
198 stars 19 forks source link

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

Closed mjabascal10 closed 1 month ago

mjabascal10 commented 3 months ago

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