1 Commits

Author SHA1 Message Date
can olgun
8f0fdaca40 Add Go fuzz tests for OSS-Fuzz integration
Covers the core pre-auth request parsing boundaries in Gin:
- JSON request body binding (BindBody) - every JSON API
- URL path matching - router parameter extraction
- Form POST binding - form data parsing

Gin is the most popular Go web framework with 88K+ stars
and is imported by thousands of Go projects.
2026-06-12 04:35:22 +03:00