From 10948c15525c2102ffbe311dd6489e91dc3d6e5c Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:54:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A1=EF=B8=8F=20Sentinel:=20High=20Fix?= =?UTF-8?q?=20XSS=20vulnerability=20in=20Research=20Consent=20Form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sanitize HTML strings retrieved from the consent management service before rendering them with dangerouslySetInnerHTML using the industry-standard DOMPurify library to prevent XSS payloads. Co-authored-by: daggerstuff <261005129+daggerstuff@users.noreply.github.com>