XSS – Security Acronyms explained
This article is part of a series on security acronyms every Django developer should know. What the XSS? XSS stands for Cross-Site Scripting. Cross-Site Scripting is a code injection technique. Through carefully crafted input, an attacker injects code, usually JavaScript, into a website. This code is then run by the victim’s browser and can basically […]