Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications which enable malicious attackers to inject client-side script into web pages viewed by other users. An exploited cross-site scripting vulnerability can be used by attackers to bypass access controls such as the same origin policy.
One common way to solve is:
Ensure that parameters and user input are sanitized by doing the following:
# Remove < input and replace with <
# Remove > input and replace with >
# Remove ' input and replace with '
# Remove " input and replace with "
# Remove ) input and replace with )
# Remove ( input and replace with (
Subscribe to:
Post Comments (Atom)
Why India Hasn’t Built Its GPT Moment (Yet)
India has the world’s third-largest startup ecosystem, a thriving developer base, and a mobile-first population larger than the US and Europ...

-
The key given below is the universal serial key for Windows Xp.. It can by pass any windows xp cd and make your copy genuine. Do try it!!! ...
-
Sometimes while working on Linux, mysql.sock may get deleted by mistake due to some softwares.. in such cases any access to mysql wont be po...
-
Today whatsapp have launched an online/web version of their overly popular smartphone messaging app. I was very much interested in seeing...
No comments:
Post a Comment