After hours of debugging, I found that:
from django.forms.fields import email_re
email_re.match
('[email protected]')
will cause CPU to shoot up 100% and the process will hang forever.
Since this is the regex used to validate EmailField on forms, won't
this DOS a live site?
Where should I report this?
Is there a better way to validate an email address?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---