Fuzzying test in Go
Abstract
Fuzzing test 在各領域已被證明可以有效的找到系統中的 bug 或漏洞,在 go standard library 當中也採用 fuzzing test 的方式成功的找到並修復上百個 issue。在本 session 中,我們會來聊聊什麼是 fuzzing test、它為什麼會有用、該如何做 fuzzing test 以及 continuous fuzzing。
English Abstract
Fuzzing test has been proved it could effectively find bugs and vulnerabilities in the system. Go standard library also takes fuzzing tests and successfully found and fixed hundreds of issues. In this session, we will talk about what the fuzzing test is, why it is useful and how to do it, and continuous fuzzing.
David Chou