From 57a2e622476df40f1a16710be499ee27af607969 Mon Sep 17 00:00:00 2001 From: viljarb0 <156418063+viljarb0@users.noreply.github.com> Date: Sun, 8 Mar 2026 10:12:04 +0100 Subject: [PATCH] Update pkg/web/components/issue.templ copilot suggestion: avoid xss from status values with static x-data Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/web/components/issue.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/web/components/issue.templ b/pkg/web/components/issue.templ index ecfcbbd..894bdbd 100644 --- a/pkg/web/components/issue.templ +++ b/pkg/web/components/issue.templ @@ -22,7 +22,7 @@ type IssueFormProps struct { } templ IssueForm(props IssueFormProps) { -
+