skip to Main Content

Veracode Scan: jQuery html method showing Improper Neutralization of Script-Related HTML Tags in a Web Page issue – Jquery ajax

Veracode is pointing out the issue Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in the below line. $('#SummaryDiv').html(data); $.ajax({ url: 'Target_URL', type: 'GET', datatype: "json", traditional: true, cache: false }).done(function (data) { $('#SummaryDiv').html(data); I am…

VIEW QUESTION
Back To Top
Search