]> Cypherpunks repositories - gostls13.git/commit
debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj
authorRoland Shoemaker <roland@golang.org>
Wed, 28 Sep 2022 21:52:33 +0000 (14:52 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 13 Oct 2022 18:21:54 +0000 (18:21 +0000)
commit1ef685fb7ba413c6f5943cc1aa61de911a7ef29a
tree164a4d6b0308bd7d5e5cd0578d410fcf0d886a38
parentf2acc607f8a6f2837ed302cedd70676d8ea1f463
debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj

Adds a package level doc comment to the debug/dwarf, debug/elf,
debug/macho, debug/pe, and debug/plan9obj noting that these packages
are not designed to be hardened against adversarial inputs.

Change-Id: I678d01bcdc8ad01c23805f09cc59e64cec6c3f76
Reviewed-on: https://go-review.googlesource.com/c/go/+/435417
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Julie Qiu <julieqiu@google.com>
Run-TryBot: Roland Shoemaker <roland@golang.org>
Auto-Submit: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/debug/dwarf/open.go
src/debug/elf/file.go
src/debug/macho/file.go
src/debug/pe/file.go
src/debug/plan9obj/file.go