From e0edd3e15519eb10a885d99422878596acd97899 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Mon, 15 Jan 2024 14:52:10 +0800 Subject: [PATCH] html/template: replace end-of-life link Fix #65044 Change-Id: I5bf9c1cf2e9d3ae1e4bbb8f2653512c710db370b Reviewed-on: https://go-review.googlesource.com/c/go/+/555815 Auto-Submit: Sean Liao Reviewed-by: David Chase LUCI-TryBot-Result: Go LUCI Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor --- src/html/template/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/template/doc.go b/src/html/template/doc.go index b7be04cbd0..4d880738e6 100644 --- a/src/html/template/doc.go +++ b/src/html/template/doc.go @@ -210,7 +210,7 @@ that would have been produced if {{.}} was a regular string. # Security Model -https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition defines "safe" as used by this package. +https://web.archive.org/web/20160501113828/http://js-quasis-libraries-and-repl.googlecode.com/svn/trunk/safetemplate.html#problem_definition defines "safe" as used by this package. This package assumes that template authors are trusted, that Execute's data parameter is not, and seeks to preserve the properties below in the face -- 2.51.0