Level 9: Reflected XSS into a JavaScript string with angle brackets HTML encoded
Objective
Explanation
Resolution
var searchTerm = 'test';'-alert("XSS test")-'var searchTerm = ''-alert("XSS test")-'';Mitigation
PreviousLevel 8: Stored XSS into anchor href attribute with double quotes HTML-encodedNextAccess Control Vulnerabilities
Last updated