From 867d67422ebc5b8e6558721972085a1fc2d1cb50 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:02:34 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=92=20fix:=20mitigate=20XSS=20via?= =?UTF-8?q?=20set:html=20with=20JSON.stringify=20in=20Astro=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Creates a `safeJsonStringify` utility that replaces HTML control characters (`<`, `>`, `&`) with unicode escapes, and refactors all instances of ` @@ -157,7 +158,7 @@ const allSchemas = [articleSchema, breadcrumbSchema, howToTrackingSchema, howToI - @@ -158,7 +157,7 @@ const allSchemas = [articleSchema, breadcrumbSchema, howToTrackingSchema, howToI -