commit | 37e1c6afe02340126705deced573a85ab75209d7 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Sun Apr 18 21:15:27 2021 +1000 |
committer | Filippo Valsorda <filippo@golang.org> | Thu May 20 17:08:46 2021 +0000 |
tree | f2db3529d25c6642a51b5e33b904090e7d96607d | |
parent | 4163338589ed626ba11276b63facaef1f55349d4 [diff] |
html: ignore templates nested within foreign content Fixes #46288 Fixes CVE-2021-33194 Change-Id: I2fe39702de8e9aab29965c1526e377a6f9cdf056 Reviewed-on: https://go-review.googlesource.com/c/net/+/311090 Reviewed-by: Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> Trust: Roland Shoemaker <roland@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.