XSS


(n) Short name for cross-site-scripting which is a form of website hacking due to poor security. The injection of HTML and JavaScript code into a websites data by use of the GET or POST methods. <a href="index.php">this link should not work</a> <- here is a simple example to converting basic HTML to entities to prevent XSS attacks.



Similar Words:

XSS