Group: XSS Sanitization
Author: jz33
This week’s we are discussing out test result on Django’s autoescaping reference and its power. Django looks
extremely invulnerable to XSS when a user input is filtered by server, with almost all symbols except
alphabetics been escaped. But simply input a html tag: <b>…
Please check: