Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Sun, 04 Mar 2018 00:36:00 +0000 Go fuzz – Randomized testing for Go #testing #fuzzing Go-fuzz is a coverage-guided <a href="http://en.wikipedia.org/wiki/Fuzz_testing" style="box-sizing: border-box; -webkit-text-decoration-skip: objects; color: rgb(3, 102, 214); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; -webkit-text-size-adjust: 100%;">fuzzing solution</a>&nbsp;for testing of Go packages. Fuzzing is mainly applicable to packages that parse complex inputs (both text and binary), and is especially useful for hardening of systems that parse inputs from potentially malicious users (e.g. anything accepted over a network). 12 points posted by gopher https://github.com/dvyukov/go-fuzz 114 Sun, 04 Oct 2015 20:30:00 +0000 How to fuzz Go packages #tutorial #testing #fuzzing 10 points posted by kenny https://medium.com/@dgryski/go-fuzz-github-com-arolek-ase-3c74d5a3150c 684 Fri, 11 Mar 2016 08:51:00 +0000 Proposal: testing: add fuzz test support #fuzzing 4 points posted by kenny https://github.com/golang/go/issues/44551 4549 Fri, 26 Feb 2021 20:11:00 +0000 Tavor - A generic fuzzing and delta-debugging framework #testing #fuzzing 4 points posted by kenny https://github.com/zimmski/tavor 194 Fri, 09 Oct 2015 07:45:00 +0000 DNS parser, meet go fuzzer #dns #net #fuzzing 4 points posted by kenny https://blog.cloudflare.com/dns-parser-meet-go-fuzzer 113 Sun, 04 Oct 2015 19:03:00 +0000 Go Design Draft: First Class Fuzzing #fuzzing 3 points posted by kenny https://go.googlesource.com/proposal/+/master/design/draft-fuzzing.md 4415 Tue, 28 Jul 2020 15:47:00 +0000 Syzkaller is a distributed, unsupervised, coverage-guided Linux syscall fuzzer #testing #fuzzing 3 points posted by lolly https://github.com/google/syzkaller 217 Mon, 12 Oct 2015 09:22:00 +0000