mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-23 00:01:13 +00:00
Defense-in-depth. All current callers pass hardcoded tailwind class strings, so this is not exploitable today, but a future caller that forwarded a user-controlled value would get HTML injection through the class attribute. Run the value through escapeHtml() and add a test covering the attribute-escape case.