golang/src/mime/multipart
Cherry Mui 41aab30bd2 all: add push linknames to allow legacy pull linknames
CL 585358 adds restrictions to disallow pull-only linknames
(currently off by default). Currently, there are quite some pull-
only linknames in user code in the wild. In order not to break
those, we add push linknames to allow them to be pulled. This CL
includes linknames found in a large code corpus (thanks Matthew
Dempsky and Michael Pratt for the analysis!), that are not
currently linknamed.

Updates #67401.

Change-Id: I32f5fc0c7a6abbd7a11359a025cfa2bf458fe767
Reviewed-on: https://go-review.googlesource.com/c/go/+/586137
Reviewed-by: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-05-17 16:48:00 +00:00
..
testdata build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
badlinkname.go all: add push linknames to allow legacy pull linknames 2024-05-17 16:48:00 +00:00
example_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
formdata.go mime: add available godoc link 2024-03-21 16:12:35 +00:00
formdata_test.go net/textproto, mime/multipart: avoid unbounded read in MIME header 2024-03-05 18:31:56 +00:00
multipart.go mime: add available godoc link 2024-03-21 16:12:35 +00:00
multipart_test.go mime: use strings.Builder 2022-09-06 17:36:47 +00:00
readmimeheader.go mime: add available godoc link 2024-03-21 16:12:35 +00:00
writer.go mime: add available godoc link 2024-03-21 16:12:35 +00:00
writer_test.go mime: use strings.Builder 2022-09-06 17:36:47 +00:00