Author Archives: Ludovico Sforza

Importance of Input Sanitization

This article discusses the importance of input sanitization. Here, we will discuss some examples just to make you see why it is so important to sanitize the user input properly and follow the industry standards. Unsuited user-input can lead to both server-side and client-side injections, like XSS, Template injection, SQL injection, command injection, code injection, […]