var actualMessage = $.trim(notification.getElementsByTagName("_x003C_FieldName")[0].childNodes[0].nodeValue);
Checkmarx detected this line of code in JS as Client potential XSS attack. How to resolve this?
var actualMessage = $.trim(notification.getElementsByTagName("_x003C_FieldName")[0].childNodes[0].nodeValue);
Checkmarx detected this line of code in JS as Client potential XSS attack. How to resolve this?
Comments
Post a Comment