You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
any address passed to is_email that contains trailing or leading whitespace is considered a valid email, making the occasionally incorrect assumption that the consumer will strip whitespace from the presumed-valid email.
This can cause issues where an invalid email, i.e. one containing leading/trailing whitespace, is assumed to be valid.
The text was updated successfully, but these errors were encountered:
Due to
strip()
invoked onaddress
atflanker/flanker/addresslib/address.py
Line 112 in 57701a6
is_email
that contains trailing or leading whitespace is considered a valid email, making the occasionally incorrect assumption that the consumer will strip whitespace from the presumed-valid email.This can cause issues where an invalid email, i.e. one containing leading/trailing whitespace, is assumed to be valid.
The text was updated successfully, but these errors were encountered: