From 877d793f80271b1495919a06e381ed4f26cbf584 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Fri, 20 Feb 2026 12:35:39 +0100 Subject: [PATCH] Fix possible injection Signed-off-by: Bryan Frimin --- pkg/esign/certgen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/esign/certgen.go b/pkg/esign/certgen.go index 135ed4b64..5b8e72323 100644 --- a/pkg/esign/certgen.go +++ b/pkg/esign/certgen.go @@ -21,7 +21,7 @@ import ( "fmt" "io" "strings" - "text/template" + "html/template" "time" "github.com/digitorus/timestamp"