New posts in xss

htmlspecialchars vs htmlentities when concerned with XSS

Sanitising user input using Python

When is it best to sanitize user input?

Sanitizing user input before adding it to the DOM in Javascript

What is the general concept behind XSS?

XSS Vulnerability found in RowCommand function with e.CommandArgument

How to access plain text content retrieved via <script type="text/plain" src=...> in JavaScript?

Cross-site XMLHttpRequest

How can I properly escape HTML form input default values in PHP?

Preventing XSS in Node.js / server side javascript

CodeIgniter - why use xss_clean

How does httpOnly prevent from malicious package to steal the content in it?

How do you configure HttpOnly cookies in tomcat / java webapps?

How do you set up use HttpOnly cookies in PHP

How to pass parameters to a Script tag?

Best way to block XSS injection having decode and getParameter

How do you use window.postMessage across domains?

Do htmlspecialchars and mysql_real_escape_string keep my PHP code safe from injection?

WARNING: sanitizing unsafe style value url

What is cross site scripting?