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 validation_helpers.py file containing utility classes and functions for data validation.
  • Implemented validators for email addresses, phone numbers, passwords, URLs, and credit cards using regex patterns and algorithms like Luhn.
  • Included a decorator for input validation, along with functions for sanitizing inputs, validating ranges, and batch processing data.
Edited by KUNAL KUMAR

Merge request reports