Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Top 3 Go Fuzzing and delta-debugging Projects
-
It does instrumented fuzzing. The older https://github.com/dvyukov/go-fuzz would rewrite your sources to inject the instrumentation and pass the rewritten sources to the compiler, but it didn't really work with Go modules. This is something that probably makes sense to integrate with the compiler toolchain, same as `go test`'s coverage testing.
-
Project mention: What are your strategies to prevent nil pointers errors in your code base? | reddit.com/r/golang | 2022-06-24
Also, with some of the fuzzers available, you can actually generate structs and specify the nil chance like https://github.com/google/gofuzz
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Go Fuzzing and delta-debugging related posts
- What are your strategies to prevent nil pointers errors in your code base?
- Go Fuzz Testing – The Basics
- naive question regarding Fuzz testing de/serialisation
- goccy/go-json: A super fast JSON library fully compatible with encoding/json
- Fuzz Test Proposal just accepted
- SQLFuzz made easy to load huge amount of test data into SQL databases
- proposal: testing: add fuzz test support
-
A note from our sponsor - SonarQube
www.sonarqube.org | 28 Mar 2023
Index
What are some of the best open-source Fuzzing and delta-debugging projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | go-fuzz | 4,581 |
2 | gofuzz | 1,392 |
3 | Tavor | 241 |