stone icon indicating copy to clipboard operation
stone copied to clipboard

Updating the Validation logic to truncate the string of val if it exceeds 1000 characters. Also redacting email address value if it's determined that we're pattern matching against an email regex.

Open rhui-dbx opened this issue 1 year ago • 0 comments

  • Updating the Validation logic in python to truncate the string of val if it exceeds 1000 characters when returning a ValidationError.
  • Redacting email address value if it's determined that we're pattern matching against an email regex pattern.

rhui-dbx avatar May 09 '24 20:05 rhui-dbx