]> Cypherpunks repositories - gostls13.git/commit
html/template,mime/multipart: document new GODEBUG settings
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 4 Apr 2023 22:07:09 +0000 (22:07 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 5 Apr 2023 15:42:48 +0000 (15:42 +0000)
commit0d719823af1343f9921ee0293596f09e36ced0e4
tree4448d2aab27bdcff53d2d3e9210fb658f63ab9d9
parent3e8f5457ef79c2574ba34f8dafc5ad95464c172d
html/template,mime/multipart: document new GODEBUG settings

This change documents the new GODEBUG settings introduced for
html/template and mime/multipart, released with Go 1.19.8 and Go 1.20.3
as part of a security fix.

Updates #59153.
Updates #59234.

Change-Id: I25f4d8245da3301dccccfb44da8ff1a5985392a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/482238
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
doc/godebug.md
src/html/template/doc.go
src/mime/multipart/multipart.go