aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/fuzz.md
AgeCommit message (Collapse)Author
2025-01-06_content/doc/tutorial/fuzz: add note about combining characters in examplewillboland
Currently, the fuzzing tutorial provides a reverse function to use. This led to some confusion on if it is production ready, which it is not. Adds a note that the code does not handle combining characters correctly. Fixes golang/go#69628 Change-Id: Id0f3a5699417d9249dc7061ff126aef15872cc83 GitHub-Last-Rev: 44c70a6aab2a61639a26fce28ce406475d821641 GitHub-Pull-Request: golang/website#305 Reviewed-on: https://go-review.googlesource.com/c/website/+/639216 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
2023-12-20all: fix and test for references to github.com/golang/go/issues and wikiRuss Cox
Insist on the canonical /issue/ and /wiki/ links instead. Change-Id: I7a2eedda69bc3fcd11466722a41f00c9dbaf283f Reviewed-on: https://go-review.googlesource.com/c/website/+/550323 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2023-12-08_content: rewrite links to https://go.dev/foo to /fooRuss Cox
We use /foo consistently so that people browsing on golang.google.cn are not redirected to go.dev. This CL is completely mechanical, replacing href="https://go.dev/ -> href="/ in HTML and replacing ](https://go.dev/ -> ](/ in Markdown. Change-Id: I8ac732d672075600c8e53c46787205454b196850 Reviewed-on: https://go-review.googlesource.com/c/website/+/548058 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2023-02-17_content/doc/tutorial: update fuzzing tutorialariathaker
Update the fuzzing tutorial based on results from the UXR study to: -Link to further documentation -Add explanation of -fuzztime and other testing flags -Explain fuzzing output terms like "new interesting" -Improved clarity on some tutorial steps re: copy/pasting Change-Id: Ia781407130b87d3a79e2bbcc912ad7fa24028056 Reviewed-on: https://go-review.googlesource.com/c/website/+/464020 Reviewed-by: Julie Qiu <julieqiu@google.com> Run-TryBot: Julie Qiu <julieqiu@google.com> Auto-Submit: Julie Qiu <julieqiu@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Alice Merrick <amerrick@google.com>
2023-02-14_content: Breadcrumbs added to children pages.Frederick Mixell
Added to all doc children page with doclayout. Added to Why Go pages. Added to Security pages. Video of Changes: https://drive.google.com/file/d/1wX9e9K9H9wPTaLLQHh15-cWzMTMRr9DO/view?usp=sharing Change-Id: I0fbf8e925e7fa357762d8eebd2bf13d561d49d86 Reviewed-on: https://go-review.googlesource.com/c/website/+/432775 Reviewed-by: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2022-09-06_content/security/fuzz: moved from _content/doc/fuzzJulie Qiu
Move all fuzzing content to the /security namespace. Redirect /doc/fuzz to /security/fuzz. Change-Id: I26d9e8b2eef5f37e3f31710d3b03673ef9e444db Reviewed-on: https://go-review.googlesource.com/c/website/+/427880 Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Julie Qiu <julieqiu@google.com> Reviewed-by: Tatiana Bradley <tatiana@golang.org>
2022-03-23_content/doc/tutorial: fix typos in fuzz tutorialSean Liao
Fixes golang/go#51372 Fixes golang/go#51871 Change-Id: I64580e1608b75cb4e6f0d39ccc43f432e0c2dfca Reviewed-on: https://go-review.googlesource.com/c/website/+/394814 Reviewed-by: Ian Lance Taylor <iant@google.com> Trust: Dmitri Shuralyov <dmitshur@google.com>
2022-03-16_content/doc: change generics and fuzz tutorials from betaEli Bendersky
Go 1.18 is released; these tutorials are now out of beta as well. Fixes golang/go#51688 Change-Id: I5ded6c75f3131c97e3d2104146e0dff98dd7b1b0 Reviewed-on: https://go-review.googlesource.com/c/website/+/393215 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Trust: Eli Bendersky <eliben@google.com>
2022-02-01_content/doc/tutorial: add additional descriptions to fuzz.mdKatie Hockman
Change-Id: I4278ae598a503d1e036371069f07a1be19e11a93 Reviewed-on: https://go-review.googlesource.com/c/website/+/381794 Run-TryBot: Katie Hockman <katie@golang.org> Trust: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Julie Qiu <julieqiu@google.com>
2022-01-19_content/doc/tutorial: fix fuzz.md final stepsBeth Brown
main.go modified to import unicode/utf8 and errors packages, discard returned error. Steps added to import packages and make changes in final steps. Fixes golang/go#50628 Change-Id: I5dd5fb66256d56eb81bdbb16ba2d5a3fc1ee5dd4 Reviewed-on: https://go-review.googlesource.com/c/website/+/378477 Trust: Julie Qiu <julieqiu@google.com> Trust: DO NOT USE <katiehockman@google.com> Reviewed-by: Julie Qiu <julieqiu@google.com> Reviewed-by: DO NOT USE <katiehockman@google.com>
2022-01-14_content: remove some https://go.dev/ prefixes in linksRuss Cox
The site is served at both go.dev and golang.google.cn. In China, only golang.google.cn can serve, so we try to use relative links to avoid pointing users to the copy they can't access. Periodically we have to remove prefixes that have crept in. This commit applies today's round of that. Change-Id: Iaa169635664d0562a1cccc57c3e02b687b3493e7 Reviewed-on: https://go-review.googlesource.com/c/website/+/378597 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: DO NOT USE <katiehockman@google.com> Trust: DO NOT USE <katiehockman@google.com>
2022-01-14_content: add blog post and new fuzzing tutorialKatie Hockman
Change-Id: I533a2bb17f0d0bd09a9372e9852ff50a6e0f9e6a Reviewed-on: https://go-review.googlesource.com/c/website/+/378594 Reviewed-by: Russ Cox <rsc@golang.org> Run-TryBot: Katie Hockman <katie@golang.org> Trust: DO NOT USE <katiehockman@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>