I also reached out to them on Twitter but they directed me to this form. I followed up with them on Twitter with what happened in this screenshot but they are now ignoring me.

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (2 children)

Yea but most of the time its more important to block code injection than to have the last promille of valid mail adresses be accepted.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 5 points 2 years ago

    You're not going to get code injection via an email address field. Just make sure you're using prepared statements (if you're using a SQL database) and that you properly escape the email if you output it to a HTML page.

  • source
  • parent