From 109f5064cc73246f619d5c0c2a3eaa4141015ed0 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Mon, 27 Apr 2026 23:44:56 -0700 Subject: [PATCH] fix(ShowBase64Offsets): escape staticSection on showVariable=false (#2344) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #2344. `ShowBase64Offsets` writes the per-offset `staticSection` directly into HTML output. On the highlighted branches (`showVariable=true`) the static text was wrapped in an attribute-escaped tooltip and was fine, but on the `showVariable=false` branches at lines 98, 128, and 158 the raw Base64 string was assigned back to the offset variable and emitted unescaped. Combined with the explicit `