Appending string to a user input can stop xss in jquery selector?
I’ve found that a user input was passed to jquery selector sink $()
This is known to be vulnerable because having something like :
$("<img src=’/’ onerror=alert(‘xss’);>")
Will result in an alert in the page
But in this c… Continue reading Appending string to a user input can stop xss in jquery selector?