An overview of JavaScript Security
Introduction Pretty much like any programming language JavaScript security has its own flaws. Exploitation of the same could lead to manipulation of data, modify sessions and steal data. Though it is more in terms of a client server side application it is known to lead to numerous problems on server centric environments. Problems on Server … Read more