From cc8a1f2f191938e9a885fd8da3c60b8acac9f3a5 Mon Sep 17 00:00:00 2001 From: tech-sushant Date: Tue, 19 May 2026 17:01:34 +0530 Subject: [PATCH 1/6] security: fix CodeQL js/xss-through-dom findings [CTO-4840/4841/4842/4843] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Four CodeQL alerts for the same rule (js/xss-through-dom) flagged on 2026-05-19. Each location takes DOM-derived text and routes it into a sink that interprets it as HTML or as a navigation target. None of these are remote-exploitable in normal flow — the source values come from server-rendered Django templates — but a tampered