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
Describe the bug
Unsanitized input from data from a remote resource flows into innerHTML, where it is used to dynamically construct the HTML page on client side. This may result in a DOM Based Cross-Site Scripting attack (DOMXSS).
client/src/components/account.component.js Line 73
After reading some references, may these articles maybe we will use dompurify dependency which sanitize html into a cleaner code and prevents DOM Based Cross-Site Scripting attack (DOMXSS).
Describe the bug
Unsanitized input from data from a remote resource flows into
innerHTML
, where it is used to dynamically construct the HTML page onclient
side. This may result in a DOM BasedCross-Site Scripting
attack (DOMXSS).client/src/components/account.component.js Line 73
Expected behavior
This issue should be fixed as soon as possible to prevent
Cross-site Scripting
(XSS) Attack.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: