|
|
|
|
|
by andyjpb
2011 days ago
|
|
This will allow your program to be used as a vector to attack the things your program depends on. It's true that those bits of eMail infrastructure are probably more robust but it's still strictly bad practice. Even if you're "just" storing it in your database, you should sanitise it on the way in so that when someone does something "unexpected" with it, such as display it in a web browser UI, you're not going to suffer from injection attacks there either. |
|