From de9cb30ac1e5f12d0edbdac651b92eee849e5c5b Mon Sep 17 00:00:00 2001 From: David Tang Date: Thu, 12 Feb 2026 22:22:15 +0000 Subject: [PATCH] fix(explorer): escape untrusted values to prevent XSS --- explorer/rustchain_dashboard.py | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/explorer/rustchain_dashboard.py b/explorer/rustchain_dashboard.py index 92996ae..adac483 100644 --- a/explorer/rustchain_dashboard.py +++ b/explorer/rustchain_dashboard.py @@ -189,6 +189,15 @@ .sys-stat .value { font-size: 1.8em; font-weight: bold; }