hapijs / joi

The most powerful data validation library for JS
Other
20.95k stars 1.51k forks source link

email domain name contains the full-width symbol "。" also pass the verification #2940

Open zongyz opened 1 year ago

zongyz commented 1 year ago

Support plan

Context

What are you trying to achieve or the steps to reproduce?

email domain name contains the full-width symbol "。" also pass the verification

Joi.object({
  email: Joi.string().email({tlds: false}).required()
}).validate({email:"name@test。com"})

What was the result you got?

validation passed

What result did you expect?

invalid