go/src/encoding/xml
Roland Shoemaker 783ff7dfc4 encoding/xml: skip TestCVE202230633 for short tests
TestCVE202230633 uses a bunch of memory, and the input cannot be
feasibly reduced while maintaining the behavior hasn't regressed. This
test could be reasonably removed, but I'd rather keep it around if we
can.

Fixes #53814

Change-Id: Ie8b3f306efd20b2d9c0fb73122c26351a55694c4
Reviewed-on: https://go-review.googlesource.com/c/go/+/417655
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
2022-07-14 21:03:14 +00:00
..
atom_test.go
example_marshaling_test.go
example_test.go
example_text_marshaling_test.go
marshal.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
marshal_test.go encoding/xml: embedded reference to substruct causes XML marshaller to panic on encoding 2022-02-20 20:58:11 +00:00
read.go encoding/xml: use iterative Skip, rather than recursive 2022-07-12 15:05:39 +00:00
read_test.go encoding/xml: skip TestCVE202230633 for short tests 2022-07-14 21:03:14 +00:00
typeinfo.go all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
xml.go all: fix spelling 2022-05-17 19:51:29 +00:00
xml_test.go encoding/xml: expose decoder line and column 2022-03-27 20:26:46 +00:00