Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 661 Bytes

File metadata and controls

15 lines (7 loc) · 661 Bytes

Fuzz Testing Made Easy

Go now supports fuzz testing natively as of Go 1.18, a tool that can be used to identify bugs and security vulnerabilities in your code. This talk will discuss how and why fuzzing can be used in Go, introduce differential fuzzing, and describe the mechanics of how fuzzing works under the hood. This talk will include a live code demo of a bug being found, fixed, and tested in real time using fuzzing.

Speaker Details

Slides

A PDF copy of the slides can be found here.