Skip to content

Fix validation helpers for input sanitization

KUNAL KUMAR requested to merge bugfix-validation-helpers into main

Automated MR from stress test

Branch: bugfix-validation-helpers

This MR contains code changes for testing webhooks and CI/CD pipeline.

Summary by Bito

  • Added a new file `src/generated/validation_helpers.py` containing utility classes for data validation including EmailValidator, PhoneValidator, PasswordValidator, URLValidator, and CreditCardValidator.
  • Implemented custom ValidationError exception class and logging support for validation operations.
  • Included decorator `validate_input` for function input validation, along with utility functions for input sanitization, range validation, and batch data validation.
Edited by KUNAL KUMAR

Merge request reports