go/src/encoding
Roland Shoemaker 13d48bb6a1 encoding/gob: add top level security doc
Add a slightly expanded version of the Decoder type comment to the top
level package doc, which explains that this package is not designed
to be hardened against adversarial inputs.

Change-Id: I8b83433838c8235eb06ded99041fdf726c811ee5
Reviewed-on: https://go-review.googlesource.com/c/go/+/436096
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
2022-09-29 00:30:21 +00:00
..
ascii85 encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
asn1 encoding/asn1: fix doc for BitString.At's return value 2022-09-02 09:14:48 +00:00
base32 encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
base64 encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
binary encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 byte 2022-08-08 17:29:13 +00:00
csv encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
gob encoding/gob: add top level security doc 2022-09-29 00:30:21 +00:00
hex encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
json encoding: use strings.Builder 2022-09-06 15:46:20 +00:00
pem encoding/pem: fix stack overflow in Decode 2022-04-12 15:19:32 +00:00
xml encoding/xml: use bytes.Clone 2022-09-28 03:44:25 +00:00
encoding.go