From: cui fliter Date: Mon, 15 Jan 2024 06:52:10 +0000 (+0800) Subject: html/template: replace end-of-life link X-Git-Tag: go1.25rc1~696 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e0edd3e15519eb10a885d99422878596acd97899;p=gostls13.git 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 --- 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