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
insecure-document-method
User controlled data in methods like innerHTML, outerHTML or document.write is an anti-pattern that can lead to XSS vulnerabilities web/assets/js/addtableentry.js:30
The text was updated successfully, but these errors were encountered:
But I am not a real expert in Web/JS design. I have managed to get this so far on just trying to make it work.
So I would appreciate some help in redesigning and restructuring this.
javascript-alert
found alert() call; should this be in production code?
web/assets/js/addtableentry.js:7
web/assets/js/addtableentry.js:169
web/assets/js/postxmldoc.js:15
insecure-document-method
User controlled data in methods like
innerHTML
,outerHTML
ordocument.write
is an anti-pattern that can lead to XSS vulnerabilitiesweb/assets/js/addtableentry.js:30
The text was updated successfully, but these errors were encountered: