]> Cypherpunks repositories - gostls13.git/commitdiff
html/template: update security model link
authorIan Lance Taylor <iant@golang.org>
Wed, 22 Jun 2016 16:47:42 +0000 (09:47 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 23 Jun 2016 04:30:07 +0000 (04:30 +0000)
Fixes #16148.

Change-Id: Ifab773e986b768602476824d005eea9200761236
Reviewed-on: https://go-review.googlesource.com/24327
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/html/template/doc.go

index 1827403aa38a167c72e6e70433abf520e9f9f51f..e1e9cad0af774ccbfae2788403927546ce34f6b7 100644 (file)
@@ -166,7 +166,7 @@ that would have been produced if {{.}} was a regular string.
 
 Security Model
 
-http://js-quasis-libraries-and-repl.googlecode.com/svn/trunk/safetemplate.html#problem_definition defines "safe" as used by this package.
+https://rawgit.com/mikesamuel/sanitized-jquery-templates/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