Click here to Skip to main content
15,917,456 members
Articles / Programming Languages / Javascript

CVE-2020-11074 and the Importance of Input Sanitization

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
26 Aug 2020CPOL5 min read 7K   2  
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, etc. OWASP has an in-depth theory.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions