From 444c725fc636b98b69ef2cb4e5a09d64de6e9f5e Mon Sep 17 00:00:00 2001 From: jabuxas Date: Thu, 19 Sep 2024 15:38:43 -0300 Subject: [PATCH] fix: change to html/template for more security --- handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers.go b/handlers.go index 50ed20e..356f8c9 100644 --- a/handlers.go +++ b/handlers.go @@ -6,12 +6,12 @@ import ( "crypto/subtle" "encoding/hex" "fmt" + "html/template" "io" "log/slog" "net/http" "os" "path/filepath" - "text/template" ) type Application struct {