From 60874dbf7a7a7d43d73e8f495d3797168b45fce0 Mon Sep 17 00:00:00 2001 From: Nathan Esquenazi Date: Mon, 4 May 2026 17:28:32 -0700 Subject: [PATCH] fix(kanban): block CSS injection via board.color into switcher style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `_renderKanbanBoardMenu` interpolates `b.color` into a `style=""` attribute through `esc()`: const colorStyle = b.color ? `color:${esc(b.color)}` : ''; return `