go-fuzz-action
Fuzz tester
An Automated testing workflow for Go code using built-in fuzz testing features
GitHub Action for Go 1.18 fuzz testing
15 stars
4 watching
2 forks
last commit: 9 months ago
Linked from 2 awesome lists
fuzz-testinggithub-actiongithub-actionsgogolangtest-automation
Related projects:
Repository | Description | Stars |
---|---|---|
google/fuzzbench | Automated testing of software components to identify vulnerabilities and weaknesses | 1,108 |
google/fuzzer-test-suite | A set of tests designed to challenge and identify bugs in fuzzing engines used by software developers. | 1,431 |
google/atheris | A tool that uses fuzz testing to identify bugs in software by randomly generating input data | 1,399 |
vladopajic/go-test-coverage | Reports on test coverage issues to ensure higher code quality and prevent regressions over time | 92 |
marvinjwendt/testza | A comprehensive testing framework for Go, providing features for assertions, fuzzing, output capture, and more. | 418 |
gotesttools/gotestfmt | Transforms Golang test output into a human-readable format | 512 |
googleprojectzero/domato | A tool for generating random, malformed HTML, CSS, and JavaScript code to test web application security | 1,695 |
googleprojectzero/fuzzilli | A fuzzer for dynamic language interpreters designed to detect core interpreter bugs | 1,890 |
go-gremlins/gremlins | A tool to verify test quality by randomly introducing changes into the code tested and determining if those changes are caught by tests | 198 |
prompt-security/ps-fuzz | An interactive tool that tests and hardens the security of system prompts used in GenAI applications against various attacks. | 401 |
go-testfixtures/testfixtures | A tool for writing functional tests against real databases in Go applications. | 1,116 |
status-im/nim-drchaos | A fuzzing framework for testing C/C++/Obj-C targets by generating random inputs to induce crashes or verify invariants. | 68 |
rootup/bfuzz | Automates browser testing with generated input payloads to identify vulnerabilities | 309 |
qiniu/goc | A comprehensive testing system for Go programming language applications | 818 |
tlsfuzzer/tlsfuzzer | Automated protocol testing and fuzzing suite for SSL/TLS implementations | 561 |