116b04ddc1
Added an `_escapeHtml` function to properly sanitize `file.name` before it is dynamically rendered into the DOM using `row.innerHTML`. This mitigates a DOM-based Cross-Site Scripting (XSS) vulnerability. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>