Skip to content
#

Sanitization

Sanitizing is a process to check and remove harmful data from user input. It prevents XSS (Cross Site Scripting) attacks.

Here are 94 public repositories matching this topic...

ezkemboi
ezkemboi commented Oct 8, 2021

I would like to give this to the people who are new and would like to start contributing to validator.js.

The current version in isMobilePhone validation, we have less than 195 phone validations i.e

In the code https://github.com/validatorjs/validator.js/blob/master/src/lib/isMobilePhone.js, the validations exist from line 5 to line 119, which means we have probably 119 - 5 countries phone

Wikipedia
Wikipedia