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
If you give the mdt-table directive an mdt-row with data, it will gladly turn whatever's in data in to HTML and run scripts.
Workaround:
In TableDataStorageService.prototype.addRowData, iterate rowArray and sanitize.
If you give the
mdt-table
directive anmdt-row
withdata
, it will gladly turn whatever's indata
in to HTML and run scripts.Workaround:
In
TableDataStorageService.prototype.addRowData
, iteraterowArray
and sanitize.The text was updated successfully, but these errors were encountered: