5 ms·
The reason you sanitise input is because the data can attack the host and the client. This post has a narrow view on attackers.
by ungamedplayer 2y ago
The reason you sanitise input is because the data can attack the host and the client.
This post has a narrow view on attackers.
- sfvisser 2y agoIt’s really not. The point is that sanitizing output is a better way to protect the host and the client.
- cowboylowrez 2y agoyes, and the article clearly agrees with you, different destinations of the data have different escaping requirements.
- worthless-trash 2y agoSure, keep writing exploitable code then, have fun!