You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have scan code by veracode using oclazyload.js version 0.5.2 and a High security issue has been found "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) (CWE ID
80) at oclazyload.jss 235 line"
We have scan code by veracode using oclazyload.js version 0.5.2 and a High security issue has been found
"Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) (CWE ID
80) at oclazyload.jss 235 line"
angular.forEach(angular.element(data), function(node) {
if(node.nodeName === 'SCRIPT' && node.type === 'text/ng-template') {
$templateCache.put(node.id, node.innerHTML);
}
We use angular 1.6.9 and oclazyload.js v 0.5.2
We need to know how to solve in less than 60 days.PLease advice.
Thanks in advance.
The text was updated successfully, but these errors were encountered: