Tutorial
Fuzzing Go APIs for SQL Injection
Learn how to fuzz test your Go APIs and find critical vulnerabilities like SQL injection

August 30, 2022 ~ 8 min read
Posts & tutorials from us on fuzzing and other DevSecOps topics.
Learn how to fuzz test your Go APIs and find critical vulnerabilities like SQL injection
Learn how some advanced fuzz testing techniques could have been used to catch critical vulnerabilities in popular Go code
Go hands-on and learn everything you need to get started fuzz testing your Go code.
Fuzz testing detects the hard-to-find bugs that developers & other security tools like SAST and SCA typically miss.